IniFileGetKeyValue(String, String) Method
Gets the value of the specified key.
Namespace: Gemstone.InteropAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.180 -- Release Build+914ca9e6d1cce46b614eb7013eba0303271cf6d8
function GetKeyValue(section, entry);
- section String
- Section key exists in.
- entry String
- Name of key.
StringValue of key.