次の方法で共有


Conversion.IsNumeric プロパティ

定義

変換が暗黙的な数値変換または明示的な数値変換の場合は true を返します。

public:
 property bool IsNumeric { bool get(); };
public bool IsNumeric { get; }
member this.IsNumeric : bool
Public ReadOnly Property IsNumeric As Boolean

プロパティ値

注釈

暗黙的および明示的な数値変換については、C# 言語仕様のセクション 6.1.2 と 6.2.1 で説明します。

適用対象