NumberFormatInfo..::..CurrencySymbol Property
Gets or sets the string to use as the currency symbol.
Namespace:
System.GlobalizationAssembly: Bridge (in Bridge.dll)
Syntax
[FieldPropertyAttribute] public string CurrencySymbol { get; set; }
<FieldPropertyAttribute> _ Public Property CurrencySymbol As String Get Set
[FieldPropertyAttribute] public: property String^ CurrencySymbol { String^ get (); void set (String^ value); }
Return Value
The string to use as the currency symbol. The default for InvariantInfo is "¤".Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The property is being set to null. |
System..::..InvalidOperationException | The property is being set and the NumberFormatInfo object is read-only. |