This documentation is archived and is not being maintained.
NumberFormatInfo.CurrencySymbol Property
.NET Framework 1.1
Gets or sets the string to use as the currency symbol.
[Visual Basic] Public Property CurrencySymbol As String [C#] public string CurrencySymbol {get; set;} [C++] public: __property String* get_CurrencySymbol(); public: __property void set_CurrencySymbol(String*); [JScript] public function get CurrencySymbol() : String; public function set CurrencySymbol(String);
Property Value
The string to use as the currency symbol. The default for InvariantInfo is "$".
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The property is being set to a null reference (Nothing in Visual Basic). |
| InvalidOperationException | The property is being set and the NumberFormatInfo is read-only. |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
NumberFormatInfo Class | NumberFormatInfo Members | System.Globalization Namespace | CurrencyDecimalDigits | CurrencyDecimalSeparator | CurrencyGroupSeparator | CurrencyGroupSizes | CurrencyNegativePattern | CurrencyPositivePattern | NaNSymbol | PercentSymbol | PerMilleSymbol
Show: