Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
IsNumericType メソッド
指定した System.Type が数値型かどうかを判断します。
シンタックス
'宣言
Public Shared Function IsNumericType( _
ByVal As Type _
) As Boolean
public static bool IsNumericType(
Type
)
パラメータ
- type
- テストする System.Type。
戻り値の型
type が数値型の場合は True。
参照