|
IniFileGetKeyValue(String, String, String) Method
|
Gets the value of the specified key.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntaxfunction GetKeyValue(section, entry, defaultValue);
View SourceParameters
- section String
- Section key exists in.
- entry String
- Name of key.
- defaultValue String
- Default value of key.
Return Value
StringValue of key.
See Also