System.Globalization Namespace NumberFormatInfo Class
Sets or retrieves the string that denotes that the associated number is positive.
[ VB ] public Property PositiveSign As String [ C# ] public string PositiveSign {get; set;} [ C++ ] public: __property String* get_PositiveSign ( ); public: __property void set_PositiveSign ( String* ); [ JScript ] function get PositiveSign ( ) : String; public function set PositiveSign ( String );
The string that denotes that the associated number is positive. The default for InvariantInfo is "+".
This property is used only for parsing numeric strings, not for formatting.
NumberFormatInfo Members NegativeSign
© 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