Returns a key value. If the parent IniConfigSource has CaseSensitive turned on then this will return the value ignoring the case of the key name.
Returns a key value. If the parent IniConfigSource has CaseSensitive turned on then this will return the value ignoring the case of the key name.
public override string Get(string);
Inherited from ConfigBase.
public string Get(string,string);
IniConfig Class | Nini.Config Namespace