1
Answer

converting from string to int returning hexa format

Ask a question
Anand P

Anand P

10y
867
1
Hi
 I am using the below code
int.Parse("376") the result is coming as
        int.Parse("376") =   0x00000178    int
and i tried Convert.Toint32("376") also then the result is same

please help me how to convert string to number?


Answers (1)
Next Recommended Forum