Convert hash code to String

Mar 29 2013 4:47 AM
I have a String "XYZ" and for some purpose i get the hash code for this string as "xyz".gethashcode();
Now i want the original string "XYZ" from the above generated hashcode.
Can any one show me the way to do it..

Answers (1)