System.Globalization Namespace NumberFormatInfo Class
Sets or retrieves the string to use as the per mille symbol.
[ VB ] public Property PerMilleSymbol As String [ C# ] public string PerMilleSymbol {get; set;} [ C++ ] public: __property String* get_PerMilleSymbol ( ); public: __property void set_PerMilleSymbol ( String* ); [ JScript ] function get PerMilleSymbol ( ) : String; public function set PerMilleSymbol ( String );
The string to use as the per mille symbol. The default for InvariantInfo is "‰", which is the Unicode character U+2030.
NumberFormatInfo Members CurrencySymbol NaNSymbol PercentSymbol
© 2000-2010 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 asp.net.ph