TG.INI
IniDocumentGetKeyValue Method (String) |
Navigates to a section and looks for a key from the path.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniKeyValue GetKeyValue( string path )
Public Function GetKeyValue ( path As String ) As IniKeyValue
public: IniKeyValue^ GetKeyValue( String^ path )
member GetKeyValue : path : string -> IniKeyValue
Parameters
- path
- Type: SystemString
A string containing the section name separated by a backslash followed by the key name. If key/value is within the global section, enter the key name only.
Return Value
Type: IniKeyValueReturns the IniKeyValue if found; otherwise null is returned.
See Also