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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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.