asp.net.ph

NumberFormatInfo.PositiveSign Property

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 );

Property Value

The string that denotes that the associated number is positive. The default for InvariantInfo is "+".

Exceptions


Exception Type Condition
InvalidOperationException The property is being set and the NumberFormatInfo is read-only.

Remarks

This property is used only for parsing numeric strings, not for formatting.

See Also

NumberFormatInfo Members   NegativeSign Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note