NumberFormatInfo.NegativeInfinitySymbol プロパティ

定義

負の無限大を表す文字列を取得または設定します。

public:
 property System::String ^ NegativeInfinitySymbol { System::String ^ get(); void set(System::String ^ value); };
public string NegativeInfinitySymbol { get; set; }
member this.NegativeInfinitySymbol : string with get, set
Public Property NegativeInfinitySymbol As String

プロパティ値

負の無限大を表す文字列。 InvariantInfo の既定値は "-Infinity" です。

例外

プロパティが null に設定されています。

このプロパティが設定されていますが、NumberFormatInfo オブジェクトは読み取り専用です。

注釈

負の無限大の詳細については、 または Singleを参照してくださいDouble

適用対象

こちらもご覧ください