Using Array.ConvertAll to Convert an array of one type to another in C#
Thanks to one of My friend (Anil pai) , who asked me a question on how to convert a string array to an float/Double Array which made me to explore the possibilities in .NET and this is when i came across Array.ConvertAll
The usual way of doing this is to parse and Read More →
