VCardPropertyIsNullOrEmpty Method

Returns a value that indicates whether prop is null or does not contain any usable data.

Definition

Namespace: FolkerKinzel.VCards.Models.Properties
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public static bool IsNullOrEmpty(
	VCardProperty? prop
)

Parameters

prop  VCardProperty
The VCardProperty reference to examine. The argument may be null.

Return Value

Boolean
true if prop is null or if its IsEmpty property returns true, otherwise false.

See Also