System.Globalization.NumberFormatInfo.PositiveSign Property

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

Syntax

public string PositiveSign { get; set; }

Value

A string containing the symbol that indicates the value is positive.

Exceptions

TypeReason
ArgumentNullExceptionThe value specified for a set operation is a null reference
InvalidOperationExceptionThe current instance is read-only and a set operation was attempted.

Remarks

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

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0