M
Mark S.
I'm a fan of the GUID, but the current project is looking to use a genuinely
unique integer. Does the following do that?
Math.Abs(System.Guid.NewGuid().GetHashCode())
TIA
unique integer. Does the following do that?
Math.Abs(System.Guid.NewGuid().GetHashCode())
TIA