Bridge

NumberFormatInfo..::..NaNSymbol Property

Gets or sets the string that represents the IEEE NaN (not a number) value.

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

Syntax


[NameAttribute]
[FieldPropertyAttribute]
public string NaNSymbol { get; set; }
<NameAttribute> _
<FieldPropertyAttribute> _
Public Property NaNSymbol As String
	Get
	Set
[NameAttribute]
[FieldPropertyAttribute]
public:
property String^ NaNSymbol {
	String^ get ();
	void set (String^ value);
}

Return Value

The string that represents the IEEE NaN (not a number) value. The default for InvariantInfo is "NaN".

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptionThe property is being set to null.
System..::..InvalidOperationExceptionThe property is being set and the NumberFormatInfo object is read-only.