日期:2014-05-18 浏览次数:20958 次
Guid guid = new Guid();; byte[] bs = guid.ToByteArray(); Int64 i1 = BitConverter.ToInt64(bs, 0); Int64 i2 = BitConverter.ToInt64(bs, 8);