Breaking News
Loading...
Friday, 12 October 2012

How to convert string array into integer array ?

=> bellow code is convert the string array(credix_str) to integer array(credix_int).


CODE :-


                 int[] credit_int = new int[credit_str.Count];

                for (int x = 0; x < credit_str.Count; x++)
                {

                    credit_int[x] = Convert.ToInt32(credit_str[x].ToString());

                }

              


--
/\/ir@\/  <(.'.)>

0 comments:

Post a Comment

Thanks for comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Toggle Footer