1
Answer

converting from string to int returning hexa format

Photo of Anand P

Anand P

11y
1.1k
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