public bool GetBoolDefault( string strSettingPath, int nIdx )
public: bool GetBoolDefault( String^ strSettingPath, int nIdx )
Parameters
- strSettingPath
- Indicates the path of the setting.
- nIdx
- Indicates the index.
Return Value
Default bool value
public bool GetBoolDefault( string strSettingPath, int nIdx )
public: bool GetBoolDefault( String^ strSettingPath, int nIdx )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when strSettingPath is null . |
System.ArgumentException | Thrown when strSettingPath is empty. |