We would like to generate a Guid based on some random string. The goal would be that the Guid is always the same for a given string.
Just to be clear, my string is not formated as a guid, it could be "Toto" as "asdfblkajsdflknasldknalkvkndlskfj".
I know that this would generate some Guid that is as unique as my input string, but it's not the question here.