converting from string to int returning hexa format
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?