CultureAndRegionInfoBuilder::ISOCurrencySymbol Property
Gets or sets the three-character ISO 4217 currency symbol associated with the country/region.
Assembly: sysglobl (in sysglobl.dll)
Property Value
Type: System::String^The three-character ISO 4217 currency symbol associated with the country/region.
| Exception | Condition |
|---|---|
| NotSupportedException | This is a neutral culture. |
| ArgumentNullException | In a set operation, the value is null. |
| ArgumentOutOfRangeException | In a set operation, the value is not from 0 through 8 characters long. |
The ISOCurrencySymbol property corresponds to the ISOCurrencySymbol property.
A list of the three-character ISO 4217 currency symbols is provided in the RegionInfo class topic. For example, the ISO 4217 currency symbol for the United States dollar is "USD".
Available since 2.0