CultureAndRegionInfoBuilder.CurrencyEnglishName Property
Definition
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 name, in English, of the currency used in the country/region represented by the current CultureAndRegionInfoBuilder object.
public:
property System::String ^ CurrencyEnglishName { System::String ^ get(); void set(System::String ^ value); };
public string CurrencyEnglishName { get; set; }
member this.CurrencyEnglishName : string with get, set
Public Property CurrencyEnglishName As String
Property Value
The name, in English, of the currency used in the region.
Exceptions
The value in a set operation is null
.
The value in a set operation is the empty string ("").
The current CultureAndRegionInfoBuilder object is a neutral culture.
Remarks
The CurrencyEnglishName property is equivalent to the CurrencyEnglishName property.