bool GetBoolSetting( string strSettingPath, int nIdx )
bool GetBoolSetting( String^ strSettingPath, int nIdx )
Parameters
- strSettingPath
- Path to settings
- nIdx
- 0-based index.
Return Value
value read from settings
bool GetBoolSetting( string strSettingPath, int nIdx )
bool GetBoolSetting( String^ strSettingPath, int nIdx )
| Exception | Description | 
|---|---|
| BaseException | Thrown when the value cannot be read from settings | 
| System.ArgumentNullException | Thrown when strSettingsPathisnull. | 
| System.ArgumentException | Thrown when setting path dosn't exist. |