A great place to learn something new!
ORACLEguid = HexEncoding.ToString((byte[])dt.Rows[0]["GUID"]);
public static string ToString(byte[] bytes){string hexString = "";for (int i = 0; i <>
SQLGuid guid = ((Guid)dt.Rows[0]["GUID"]);string strGuid = guid.toString();
Post a Comment
No comments:
Post a Comment