Hashing in VB.Net
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I would like to know how to implement a hash function in VB.Net. Thanks for you assistance.
Every object already has a
GetHashCode()
method, so be sure your really need to do this first. How you implement your hash function depends on your data, but you can find an example buried in the code for A Fast Diff Algorithm in Visual Basic .NET[^] here on CP. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome