Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataView/DataSet/DataReader
Message
From
09/01/2007 15:25:48
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
09/01/2007 15:17:13
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01183234
Message ID:
01183941
Views:
34
>>Use [] instead of () in c#.
>
>Yes. But I must still use ...ToString() method as MyVar = MyObj.ToString()).
>Then I can do DateTime.Parse(MyVar)) or int.Parse(MyVar)) or double.Parse(MyVar)) or bool.Parse(MyVar) etc....

Sam again
DateTime myVar = (DateTime)MyObj;
int myVar = (int)MyObj;
double myVar = (double)MyObj;
DataSet myVar = (DataSet)MyObj;

Think u get the idea.
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform