CultureAndRegionInfoBuilder.ISOCurrencySymbol Property

Definition

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

public:
 property System::String ^ ISOCurrencySymbol { System::String ^ get(); void set(System::String ^ value); };
public string ISOCurrencySymbol { get; set; }
member this.ISOCurrencySymbol : string with get, set
Public Property ISOCurrencySymbol As String

Property Value

The three-character ISO 4217 currency symbol associated with the country/region.

Exceptions

This is a neutral culture.

In a set operation, the value is null.

In a set operation, the value is not from 0 through 8 characters long.

Remarks

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

Applies to