Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# enum to int array

int[] b = Array.ConvertAll((int[])Enum.GetValues(typeof(TestEnum)), Convert.ToInt32);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #enum #int #array
ADD COMMENT
Topic
Name
1+3 =