public virtual int GetNumericSetting( string strSettingPath, int nIdx )
public: virtual int GetNumericSetting( String^ strSettingPath, int nIdx )
Parameters
- strSettingPath
- Path to settings
- nIdx
- 0-based index.
Return Value
value read from settings
public virtual int GetNumericSetting( string strSettingPath, int nIdx )
public: virtual int GetNumericSetting( String^ strSettingPath, int nIdx )
Exception | Description |
---|---|
BaseException | Thrown when the value cannot be read from settings |
System.ArgumentNullException | Thrown when strSettingsPath is null . |