NumberFormatInfo.PositiveSign Property
Silverlight
Gets or sets the string that denotes that the associated number is positive.
Namespace: System.Globalization
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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: