got a string a="2.3944864845 405107E+18"
how to convert this into a valid number. which method to use..
I was using Convert.ToInt64 (a); which is going to exception.
thanks
Praveen
how to convert this into a valid number. which method to use..
I was using Convert.ToInt64 (a); which is going to exception.
thanks
Praveen
Comment