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