Method | Description | |
---|---|---|
GetKeyNames ( string sectionName, string filename ) : string[] | ||
GetValue ( string filename, string section, string name ) : string | ||
IsSectionExists ( string filename, string section ) : bool | ||
SetValue ( string filename, string section, string name, string val ) : void |
Method | Description | |
---|---|---|
ConvertNullSeperatedStringToStringArray ( |
Converts the null seperated pointer to a string into a string array.
|
|
OpenIni ( string filename ) : string |
public static GetKeyNames ( string sectionName, string filename ) : string[] | ||
sectionName | string | |
filename | string | |
return | string[] |
public static GetValue ( string filename, string section, string name ) : string | ||
filename | string | |
section | string | |
name | string | |
return | string |
public static IsSectionExists ( string filename, string section ) : bool | ||
filename | string | |
section | string | |
return | bool |
public static SetValue ( string filename, string section, string name, string val ) : void | ||
filename | string | |
section | string | |
name | string | |
val | string | |
return | void |