Sparkline for UWP
IsNumeric メソッド

C1.UWP アセンブリ > C1.Xaml 名前空間 > TypeEx クラス : IsNumeric メソッド
型。
型が数値データ型(double、float、int、uint、long、ulong、short、ushort、sbyte、byte、または decimal)の場合は、true を返します。
シンタックス
'宣言
 
Public Shared Function IsNumeric( _
   ByVal type As System.Type _
) As System.Boolean
public static System.bool IsNumeric( 
   System.Type type
)

パラメータ

type
型。

戻り値の型

型が数値の場合は true。
参照

TypeEx クラス
TypeEx メンバ