'宣言 Public Shared Function IsNumber( _ ByVal obj As System.Object _ ) As System.Boolean
public static System.bool IsNumber( System.object obj )
パラメータ
- obj
- Object to check.
戻り値の型
true if object represents numeric value, false otherwise.
'宣言 Public Shared Function IsNumber( _ ByVal obj As System.Object _ ) As System.Boolean
public static System.bool IsNumber( System.object obj )