Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CultureAndRegionInfoBuilder::ISOCurrencySymbol Property

 

Gets or sets the three-character ISO 4217 currency symbol associated with the country/region.

Namespace:   System.Globalization
Assembly:  sysglobl (in sysglobl.dll)

public:
property String^ ISOCurrencySymbol {
	String^ get();
	void set(String^ value);
}

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".

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft