Click or drag to resize

IniAccess methods

The IniAccess Type exposes the following members.

Methods
 NameDescription of the
Public MethodGetStringValue Returns exactly one value for a key. If there is no value for the key, defaultValue is returned.
Public MethodGetStringValues Returns a string array for a key. If there is no value for the key, defaultValue is returned.
Public MethodReadSetting Reads the value of an entry from a section of the ini file. If the desired entry is not found, the default is used.
Back to the top
See also