VCardPropertyIsNullOrEmpty Method
Returns a value that indicates whether prop
is null or does not contain any usable data.
Namespace: FolkerKinzel.VCards.Models.PropertiesAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public static bool IsNullOrEmpty(
VCardProperty? prop
)
Public Shared Function IsNullOrEmpty (
prop As VCardProperty
) As Boolean
public:
static bool IsNullOrEmpty(
VCardProperty^ prop
)
static member IsNullOrEmpty :
prop : VCardProperty -> bool
- prop VCardProperty
- The VCardProperty reference to examine.
The argument may be null.
Booleantrue if
prop is
null or if its
IsEmpty property
returns
true, otherwise
false.