NumberFormatInfo.PositiveSign Property
.NET Framework (current version)
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 is null. |
| InvalidOperationException | The property is being set and the NumberFormatInfo object is read-only. |
This property is used only for parsing numeric strings, not for formatting.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: