Share via


NegativeSign 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 negative.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

NumberFormatInfo Class

System.Globalization Namespace