| |||||||
NumberFormatInfo.CurrencySymbol PropertySystem.Globalization Namespace NumberFormatInfo Class Sets or retrieves the string to use as the currency symbol. [ VB ] public Property CurrencySymbol As String [ C# ] public string CurrencySymbol {get; set;} [ C++ ] public: __property String* get_CurrencySymbol ( ); public: __property void set_CurrencySymbol ( String* ); [ JScript ] function get CurrencySymbol ( ) : String; public function set CurrencySymbol ( String ); Property ValueThe string to use as the currency symbol. The default for InvariantInfo is "$". Exceptions
ExampleThe below shows the CurrencySymbol used for each of the available cultures. See AlsoNumberFormatInfo Members CurrencyDecimalDigits CurrencyDecimalSeparator CurrencyGroupSeparator CurrencyGroupSizes CurrencyNegativePattern CurrencyPositivePattern NaNSymbol PercentSymbol PerMilleSymbol |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme