Public Function GetSectionNames( _ ByVal filePath As String _ ) As List(Of String)
Dim instance As IniReaderWriter Dim filePath As String Dim value As List(Of String) value = instance.GetSectionNames(filePath)
public List<string> GetSectionNames( string filePath )
public: List<String^>^ GetSectionNames( String^ filePath )
Parameters
- filePath
- The path to the INI file
Return Value
A list of the section names