NumberFormatInfo..::..PositiveInfinitySymbol Property
Gets or sets the string that represents positive infinity.
Namespace:
System.GlobalizationAssembly: Bridge (in Bridge.dll)
Syntax
[FieldPropertyAttribute] public string PositiveInfinitySymbol { get; set; }
<FieldPropertyAttribute> _ Public Property PositiveInfinitySymbol As String Get Set
[FieldPropertyAttribute] public: property String^ PositiveInfinitySymbol { String^ get (); void set (String^ value); }
Return Value
The string that represents positive infinity. The default for InvariantInfo is "Infinity".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. |