.net
1.raw转guid
new guid(byte[] id);
2.guid转raw
Guid result;
string ids = BitConverter.ToString(result.ToByteArray()).Replace("-","");
相关文章:
.net
1.raw转guid
new guid(byte[] id);
2.guid转raw
Guid result;
string ids = BitConverter.ToString(result.ToByteArray()).Replace("-","");
相关文章: