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 strSettingPathisnull. | 
| System.ArgumentException | Thrown when strSettingPathis empty. |