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




Home
Suggested Reading


Previous page Back to top Next page

© 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