SyntaxFix
Write A Post
Hire A Developer
Questions
you can simply cast a string array to int array by:
var converted = arr.Select(int.Parse)