c# enum to int array April 13, 2023 by wordlinkanswers c# enum to int array Comment 1 int[] b = Array.ConvertAll((int[])Enum.GetValues(typeof(TestEnum)), Convert.ToInt32); Popularity 9/10 Helpfulness 7/10 Language csharp Source: stackoverflow.com Tags: c# int Share Link to this answer Share Contributed on Feb 28 2020 Mingles444 0 Answers Avg Quality 2/10