Document Library for WPF
IsEmpty メソッド

C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : IsEmpty メソッド
テストする値。
値が null、System.DBNull、または空の配列かどうかを示す値を返します。
シンタックス
'宣言
 
Public Shared Function IsEmpty( _
   ByVal v As System.Object _
) As System.Boolean
public static System.bool IsEmpty( 
   System.object v
)

パラメータ

v
テストする値。

戻り値の型

vの値が null、System.DBNull、または空の配列の場合は、 trueを返します。
参照

Utils クラス
Utils メンバ