Retrieves and assigns the string used to represent positive infinity.
[Visual Basic] Public Property PositiveInfinitySymbol As String [C#] public string PositiveInfinitySymbol {get; set;} [C++] public: __property String* get_PositiveInfinitySymbol(); public: __property void set_PositiveInfinitySymbol(String*); [JScript] public function get PositiveInfinitySymbol() : String; public function set PositiveInfinitySymbol(String);
Read/write. This property retrieves and assigns the string used to represent positive infinities. The default value is 'Infinity'.
Exception Type | Condition |
---|---|
ArgumentException | value to assign is null. |
InvalidOperationException | This NumberFormatInfo object is read-only and an attempt is made to assign a value. |
Assignment is not allowed if this NumberFormatInfo object is read-only.
NumberFormatInfo Class | NumberFormatInfo Members | System.Globalization Namespace