String x = MD5Digets(...); String r; for(int i = 0; i < x.GetCount(); i++) r << FormatIntHex(x[i], 2);
Report message to a moderator