CultureAndRegionInfoBuilder.ISOCurrencySymbol Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The three-character ISO 4217 currency symbol associated with the country/region.
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.
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".
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: