Class AnsiColorCodeExtensions
Extension methods for the AnsiColorCode enum type.
public static class AnsiColorCodeExtensions
- Inheritance
-
AnsiColorCodeExtensions
- Inherited Members
Methods
- AsInt32(AnsiColorCode)
Directly converts this AnsiColorCode value to an int value with the same binary representation.
- AsUInt32(AnsiColorCode)
Directly converts this AnsiColorCode value to a uint value with the same binary representation.
- FastIsDefined(AnsiColorCode, int)
Determines if the specified int value is explicitly defined as a named value of the AnsiColorCode enum type.