Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Casting a VFP numeric field
Message
 
To
30/03/2009 18:03:14
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01392244
Message ID:
01392249
Views:
44
Hi Tim. Thnaks for replying.
Yes, Convert.ToInt32() works fine

Why does this work and Int() does not ?? Are both these commands not doing the same thing
regards,
Gerard


>Can you use Convert.ToInt32() ?
>
>>Hi
>>I have following code , in ASP.net but I get a casting error
>>
>> int intNumber;
>> intNumber = (int)MyDs.Tables[0].Rows[0]["PAR_NUM"];
>>
>>If I leave out tjhe int, I get a complier error
>>
>>
>>How do I store a VFP NUmeric field to a C# field
>>
>>TIA,
>>Gerard
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform