Méthode | Description | |
---|---|---|
GetValue ( string key, string @default ) : string |
Returns the value of given key, independently of the section (returns the first occurence found)
|
|
GetValue ( string key, string section, string @default ) : string |
Returns the value of the given key, search in the given section
|
|
IniReader ( string file ) : System |
Constructor, call it with the .ini to parse
|
public GetValue ( string key, string @default ) : string | ||
key | string | |
@default | string | |
Résultat | string |
public GetValue ( string key, string section, string @default ) : string | ||
key | string | |
section | string | |
@default | string | |
Résultat | string |