ENUM_CAST
General Form:
The ENUM_CAST expression is used to declare a numerical value as belonging to the specified enumerated type. No checks are performed that the numerical value matches one of the members of the enumeration. As such this is a quick operation.
See also: