14. int to enum

((enumType)intValue)

15. string to enum

((enumType)Enum.Parse(typeof(enumType), stringValue))