VcfOptsExtension Class

Extension methods that make working with the VcfOpts enum easier.

Definition

Namespace: FolkerKinzel.VCards.Extensions
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public static class VcfOptsExtension
Inheritance
Object    VcfOptsExtension

Methods

IsSetChecks whether all flags set in flags are also set in value.
SetSets all the flags set in flags in value.
UnsetUnsets all flags set in flags in value.

See Also