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
You cannot, Even if you will have a table with all strings in the world and their hash code you wouldn't be able to achieve that since there are more string then ints (~4 billion ints) so there are several strings that result in the same hash code.