FlexReport for WPF
IsEmpty メソッド (Utils)


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

パラメータ

v
テストする値。

戻り値の型

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

Utils クラス
Utils メンバ