CultureAndRegionInfoBuilder.ISOCurrencySymbol Property

Definition

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

C#
public string ISOCurrencySymbol { get; set; }

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

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1