How to convert SQL Server timestamp object to string in C#

IbizaEspecial

New Member
I need your help in small problem, I have a column (data type \[code\]timestamp\[/code\]) in SQL Server 2008.Now I want to show this \[code\]timestamp\[/code\] value in ASP.Net C# app as string. Is there any way to do that?I tried it using regular data fetching in ASP.Net but it produced System.byte[] as output rather than actual value. In SQL Server Management Studio values are represented as \[code\]0x000000000000B3C0\[/code\].Thanks
 
Back
Top