Public Function SettingExists( _ ByVal sectionName As String, _ ByVal settingName As String, _ ByVal filePath As String _ ) As Boolean
Dim instance As IniReaderWriter Dim sectionName As String Dim settingName As String Dim filePath As String Dim value As Boolean value = instance.SettingExists(sectionName, settingName, filePath)
public bool SettingExists( string sectionName, string settingName, string filePath )
public: bool SettingExists( String^ sectionName, String^ settingName, String^ filePath )
Parameters
- sectionName
- The section name. Use GLOBAL for the global section.
- settingName
- The setting name
- filePath
- The path to the INI File