Extension methods for the built-in integer type.
ToBool()
Converts the integer representation to a boolean.
ToEnum<TEnumType>()
Converts the integer representation to its corresponding enumeration.
Last updated 2 years ago