public System.UInt64 Stamp
{
get
{
return BitConverter.ToUInt64 (this._TimeStamp.ToArray(), 0);
}
set
{
this._TimeStamp = new Binary(BitConverter.GetBytes(value));
}
}
REF
:http://geekswithblogs.net/AndrewSiemer/archive/2008/02/11/converting-a-system.data.linq.binary-or-timestamp-to-a-string-and-back.aspx
Wednesday, January 25, 2012
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment