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