'Declaration
Public Shared Function FromFile( _ ByVal path As System.String _ ) As NAppSettings
'Usage
Dim path As System.String Dim value As NAppSettings value = NAppSettings.FromFile(path)
public static NAppSettings FromFile( System.string path )
Parameters
- path