NumberFormatInfo..::..NaNSymbol Property
Gets or sets the string that represents the IEEE NaN (not a number) value.
Namespace:
System.GlobalizationAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | The property is being set to null. |
System..::..InvalidOperationException | The property is being set and the NumberFormatInfo object is read-only. |