| |||||
NumberFormatInfo.PositiveSign PropertySystem.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 ); Property ValueThe string that denotes that the associated number is positive. The default for InvariantInfo is "+". Exceptions
RemarksThis property is used only for parsing numeric strings, not for formatting. See AlsoNumberFormatInfo Members NegativeSign |
| ||||
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