IniFile: GetValues

GetValues

Returns an IDictionary object containing the key-value pairs from a section in an INI file.



 Public Function GetValues(
	  ByRef Section As String ) As IDictionary

Parameters

Section
[ByRef] String. The section to retrieve all the key-value pairs from.

Return Values

IDictionary -  An IDictionary object containing zero or more key-value pairs.

See Also

Project CorLib Overview

Class IniFile Overview