D
Dmitri Shvetsov
Hi All,
Did somebody try to get the Hash code from byte array? The method exists,
the program is compilable but...)))
Try!-) Every time you can get the different code from the same array, and
always very short, like in range from 10 to 18 in my case. Maybe this method
has no realization?
P.S. To get a correct result I use transformation of byte[] to string and
then string s.GetHashCode();
Any comments?
Regards,
Dmitri.
Did somebody try to get the Hash code from byte array? The method exists,
the program is compilable but...)))
Try!-) Every time you can get the different code from the same array, and
always very short, like in range from 10 to 18 in my case. Maybe this method
has no realization?
P.S. To get a correct result I use transformation of byte[] to string and
then string s.GetHashCode();
Any comments?
Regards,
Dmitri.