NumberFormatInfo.PositiveSign Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the string that denotes that the associated number is positive.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.StringThe string that denotes that the associated number is positive. The default for InvariantInfo is "+".
| Exception | Condition |
|---|---|
| ArgumentNullException | In a set operation, the value to be assigned to the property is null. |
| InvalidOperationException | The property is being set and the NumberFormatInfo object is read-only. |
Show: