I need a method that generates guid based on a string.
And also I need a method that parses the created guid and get the origin string from it.
I have tried uuid library, but it did not work. Maybe I did it in wrong way.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I need a method that generates guid based on a string.
And also I need a method that parses the created guid and get the origin string from it.
I have tried uuid library, but it did not work. Maybe I did it in wrong way.