Changing DataColumn DataType in the same DataTable

  • Thread starter Thread starter Alex Cardo
  • Start date Start date
A

Alex Cardo

Guest
hi,

I have following requirement.

In a DataTable, I have a DataColumn with String as DataType (This has dateTime data in String format). I want to change this DataType to DateTimeStamp and then sort it in ASC order.

Could someone please share sample code to do this?

Appreciate for your help.

Many Thanks,

Alex




AC

Continue reading...
 
Back
Top