Method | Description | |
---|---|---|
FileIniDataParser ( ) : System |
Ctor
|
|
FileIniDataParser ( |
Ctor
|
|
ReadFile ( string filePath ) : |
Implements reading ini data from a file. Uses Encoding.Default codification for the file. |
|
ReadFile ( string filePath, |
Implements reading ini data from a file.
|
|
WriteFile ( string filePath, |
Writes INI data to a text file.
|
Method | Description | |
---|---|---|
LoadFile ( string filePath ) : |
||
LoadFile ( string filePath, |
||
SaveFile ( string filePath, |
public FileIniDataParser ( |
||
parser | ||
return | System |
public ReadFile ( string filePath ) : |
||
filePath | string | /// Path to the file /// |
return |
public ReadFile ( string filePath, |
||
filePath | string | /// Path to the file /// |
fileEncoding | /// File's encoding. /// | |
return |
public WriteFile ( string filePath, |
||
filePath | string | /// Path to the file. /// |
parsedData | /// IniData to be saved as an INI file. /// | |
fileEncoding | /// Specifies the encoding used to create the file. /// | |
return | void |