R
Raj
Why is int.Parse(), Int16, Int32, Short Parse() returns hexa. value instead
of decimal?
For example: int.Parse("0") returns 0x0000 whereas float.Parse("0") returns
0.0
What&where's the problem?
Thank you
Regards
Raj
of decimal?
For example: int.Parse("0") returns 0x0000 whereas float.Parse("0") returns
0.0
What&where's the problem?
Thank you
Regards
Raj