NumberFormatInfo..::..PositiveSign Property
Gets or sets the string that denotes that the associated number is positive.
Namespace:
System.GlobalizationAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | In a set operation, the value to be assigned is null. |
System..::..InvalidOperationException | The property is being set and the NumberFormatInfo object is read-only. |