+ 1

How would you convert all the elements of certain type to another type in an Array or a List

// from string[] source = { "1", "2", "3", "4", "5" }; // to int[] target = { 1, 2, 3, 4, 5 };

24th Aug 2021, 12:03 PM
Tim
Tim - avatar
2 Respuestas
24th Aug 2021, 1:36 PM
TheWh¡teCat 🇧🇬
TheWh¡teCat 🇧🇬 - avatar
+ 1
Thank you very much
24th Aug 2021, 6:47 PM
Tim
Tim - avatar