string to integer array
- From: "Howard" <howdy0909@xxxxxxxxx>
- Date: Thu, 18 May 2006 02:35:40 -0700
How would I convert a string to an integer arrary or arraylist?
example:
string mystring = "1, 2, 3";
//convert to
int[] myArr = {1, 2, 3};
Thanks in advance,
Howard
.
- Follow-Ups:
- Re: string to integer array
- From: Ignacio Machin \( .NET/ C# MVP \)
- Re: string to integer array
- From: Lebesgue
- Re: string to integer array
- Prev by Date: Re: How can i acquire information about the hardware firewall
- Next by Date: Re: Speed up TabControl ?
- Previous by thread: How can i acquire information about the hardware firewall
- Next by thread: Re: string to integer array
- Index(es):