convert Enum to int C# code code example Example: convert int to enum c# YourEnum foo = (YourEnum)yourInt;