共用方式為


Extensions.IsInteger(Object) 方法

定義

測試物件,以查看它是否為整數類型。

public static bool IsInteger (this object value);
static member IsInteger : obj -> bool
<Extension()>
Public Function IsInteger (value As Object) As Boolean

參數

value
Object

要檢查的值。

傳回

如果數數值型別為 True。

適用於