From this sample code from MSDN http://msdn.microsoft.com/en-us/library/system.string.gethashcode.aspx
The hash code for \"abc\" is: 536991770
But how to con
There is no way to "decrypt" the hash code. Amongst other reasons, because two different strings may very well produce the same hash code. That feature alone would make it impossible to reverse the process.