Retrieves and assigns the string used to represent negative infinity.
[Visual Basic] Public Property NegativeInfinitySymbol As String [C#] public string NegativeInfinitySymbol {get; set;} [C++] public: __property String* get_NegativeInfinitySymbol(); public: __property void set_NegativeInfinitySymbol(String*); [JScript] public function get NegativeInfinitySymbol() : String; public function set NegativeInfinitySymbol(String);
Read/write. The string used to represent negative infinity. 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