This class contains a set of utility methods to manipulate flag-type enumerated values. Some third-party packages are unable to get or set flag-type enumerated values where two or more bits are set. The methods in this class allow such tools to manipulate the enumerated values as 32-bit integers.
Syntax
Visual Basic (Declaration) | |
---|
Public MustInherit NotInheritable Class EnumUtilities |
C# | |
---|
public static class EnumUtilities |
C++/CLI | |
---|
public ref class EnumUtilities abstract sealed |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also