Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convertion issue
Message
From
24/01/2004 14:23:12
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
23/01/2004 13:31:02
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00870023
Message ID:
00870303
Views:
10
>Hello all,
>
>I have a web form with textbox control on it. User type a number into the texbox for example 20000.
>
>When I do the following :
>
>string dwellingText = Dwelling.Text.ToString().Trim();
>int dwelling = Convert.ToInt32(dwellingText) ;
>
>
>and I look at the dwelling value it contains a hexadecimal value.
>
>I do not understand why Convert.ToInt32() is converting to hexadecimal!.
>
>Any feedback?
>
>Thanks,
>Sergio

What are you using to look at the dwelling value?
Int32 can be represented as decimal, octal, hexidecimal, binary ...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform