how do you convert an array from one data type to another in vb.net?
Posted
by Bigfatty
on Stack Overflow
See other posts from Stack Overflow
or by Bigfatty
Published on 2010-04-26T00:18:20Z
Indexed on
2010/04/26
0:23 UTC
Read the original article
Hit count: 556
I'm using vb.net 2008 edition and i was wondering if there a way to convert an array type to another array type. For instance say i dim an array as string and then want to convert the array to the integer data type for sorting, how would i go about this?
© Stack Overflow or respective owner