T
TC
Does anyone know how to convert a hashtable to Hex under C#?
// Return a base 64 encoded string of the Hash value
return Convert.ToBase64String(bytHash);
Thanks & Regards,
TC
// Return a base 64 encoded string of the Hash value
return Convert.ToBase64String(bytHash);
Thanks & Regards,
TC