Anand P

Anand P

  • NA
  • 5
  • 4.8k

converting from string to int returning hexa format

Oct 20 2013 11:44 AM
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)