Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Flush ( ) : void | ||
IniWriter ( Stream stream ) : System | ||
IniWriter ( |
||
IniWriter ( string filePath ) : System | ||
ToString ( ) : string | ||
WriteEmpty ( ) : void | ||
WriteEmpty ( string comment ) : void | ||
WriteKey ( string key, string value ) : void | ||
WriteKey ( string key, string value, string comment ) : void | ||
WriteSection ( string section ) : void | ||
WriteSection ( string section, string comment ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Comment ( string text ) : string |
Returns a formatted comment.
|
|
GetKeyValue ( string text ) : string |
Returns the value of a key.
|
|
MassageValue ( string text ) : string |
Fixes the incoming value to prevent illegal characters from hurting the integrity of the INI file.
|
|
ValidateState ( ) : void |
Validates the state to determine if the item can be written.
|
|
ValidateStateKey ( ) : void |
Validates whether a key can be written.
|
|
Write ( string value ) : void |
Writes data to the writer.
|
|
WriteLine ( string value ) : void |
Writes a full line to the writer.
|
public IniWriter ( |
||
writer | ||
return | System |
public IniWriter ( string filePath ) : System | ||
filePath | string | |
return | System |
public WriteKey ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public WriteKey ( string key, string value, string comment ) : void | ||
key | string | |
value | string | |
comment | string | |
return | void |
public WriteSection ( string section ) : void | ||
section | string | |
return | void |
public WriteSection ( string section, string comment ) : void | ||
section | string | |
comment | string | |
return | void |