Variant.IsNull プロパティ

定義

バリアント型 (Variant) が null であるか、値を持っているかを示します。

public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean

プロパティ値

trueVariant が の場合は 。それ以外の場合は nullfalse

適用対象