Retrieves and assigns the character used to indicate positive values.
[Visual Basic] Public Property PositiveSign As String [C#] public string PositiveSign {get; set;} [C++] public: __property String* get_PositiveSign(); public: __property void set_PositiveSign(String*); [JScript] public function get PositiveSign() : String; public function set PositiveSign(String);
Read/write. The character used to indicate positive values. The default value is '+'.
Exception Type | Condition |
---|---|
InvalidOperationException | if this NumberFormatInfo object is read-only and an attempt is made to assign a value. |
Assignment is not allowed if this NumberFormatInfo object is read-only.
NumberFormatInfo Class | NumberFormatInfo Members | System.Globalization Namespace