convert int to int array c# code example Example: c# convert enumb to int array int[] result = enumArray.Cast<int>().ToArray();