1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Contracts
  6. /
  7. FlagsEnumeration

FlagsEnumeration class

Represents an abstract base class for creating enumerations that support bitwise flag operations.

public abstract class FlagsEnumeration : Enumeration

Public Members

namedescription
virtual HasFlag<T>(…)Checks if the current flag has the specified flag.
virtual HasFlagValue(…)Checks if the current flag has the specified value.
override ToString()Converts the current object to a string.
static Combine<T>(…)Combines two flags enumerations into one.

See Also