Convert URI to GUID
Posted
by David Rutten
on Stack Overflow
See other posts from Stack Overflow
or by David Rutten
Published on 2010-06-12T20:31:07Z
Indexed on
2010/06/12
20:32 UTC
Read the original article
Hit count: 1025
What is a good way to convert a file path (URI) into a System.Guid? I'd like to minimize the possibility of a collision, but I'm happy with a reasonably unique hashing (probably never more than a few dozen/hundred items in the database)
© Stack Overflow or respective owner