G
Guest
hi every1
i'm facing difficulties in converting numeric string to integer
it was quite easy in vc 6, we could simply use toint() method.
int vc .Net its complicated
i searched msdn and found this
TypeDescriptor::GetConverter(__box (Num))->ConvertFromString(strNum);
where Num is int and strNum is string.
it should have been simpler.
please... help me
thanx
i'm facing difficulties in converting numeric string to integer
it was quite easy in vc 6, we could simply use toint() method.
int vc .Net its complicated
i searched msdn and found this
TypeDescriptor::GetConverter(__box (Num))->ConvertFromString(strNum);
where Num is int and strNum is string.
it should have been simpler.
please... help me
thanx