Bridge

NumberFormatInfo..::..PositiveSign Property

Gets or sets the string that denotes that the associated number is positive.

Namespace:  System.Globalization
Assembly:  Bridge (in Bridge.dll)

Syntax


[FieldPropertyAttribute]
public string PositiveSign { get; set; }
<FieldPropertyAttribute> _
Public Property PositiveSign As String
	Get
	Set
[FieldPropertyAttribute]
public:
property String^ PositiveSign {
	String^ get ();
	void set (String^ value);
}

Return Value

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

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptionIn a set operation, the value to be assigned is null.
System..::..InvalidOperationExceptionThe property is being set and the NumberFormatInfo object is read-only.