Share via


PositiveSign Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the string that denotes that the associated number is positive.

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property PositiveSign As String
public string PositiveSign { get; }
public:
property String^ PositiveSign {
    String^ get ();
}
member PositiveSign : string with get
function get PositiveSign () : String

Property Value

Type: System. . :: . .String
The string that denotes that the associated number is positive. The default for InvariantInfo is "+".

Remarks

This property is used only for parsing numeric strings, not for formatting.

.NET Framework Security

See Also

Reference

NumberFormatInfo Class

System.Globalization Namespace