IniDocument.Read Method (String)

TG.INI

IniDocumentRead Method (String)

Reads an INI file and parses the data.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public void Read(
	string path
)
Public Sub Read ( 
	path As String
)
public:
void Read(
	String^ path
)
member Read : 
        path : string -> unit 

Parameters

path
Type: SystemString
Path to the INI file.
See Also