C
cartoper
I am using VS2004 and .Net 2.0. Every time Guid.NewGuid() is called,
the returned guid is all zeroes: {00000000-0000-0000-0000-000000000000}
In looking at the MSDN documentation on NewGuid(), it states:
"There is a very low probability that the value of the new Guid is all
zeroes or equal to any other Guid."
It seems I am in that "very low probability" group. Does anyone know
why?
the returned guid is all zeroes: {00000000-0000-0000-0000-000000000000}
In looking at the MSDN documentation on NewGuid(), it states:
"There is a very low probability that the value of the new Guid is all
zeroes or equal to any other Guid."
It seems I am in that "very low probability" group. Does anyone know
why?