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