메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
LoadFile ( string filePath ) : |
||
LoadFile ( string filePath, |
||
SaveFile ( string filePath, |
public FileIniDataParser ( |
||
parser | ||
리턴 | System |
public ReadFile ( string filePath ) : |
||
filePath | string | /// Path to the file /// |
리턴 |
public ReadFile ( string filePath, |
||
filePath | string | /// Path to the file /// |
fileEncoding | /// File's encoding. /// | |
리턴 |
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. /// | |
리턴 | void |