Converting a String to int - "189148246403325952" --> int

I got it working...

Instead of this:
current_since_id_str = next_since_id_str;

I loop through the arrays like this:
for (int i=0; i <= 200; i++){
current_since_id_str = next_since_id_str*;
_
}*_
I'm finally getting the difference between chars and strings....Is the above solution good performance wise?