Table of Contents Previous Next
Logo
The .NET Utility Library : G.7 UUID Generation
Copyright © 2003-2008 ZeroC, Inc.

G.7 UUID Generation

Ice.Util contains a method generateUUID with the following signature:
static string generateUUID();
The function returns a universally-unique identifier, such as
02b066f5-c762-431c-8dd3-9b1941355e41
Each invocation returns a new identifier that differs from all previous ones.1

1
Or, rather, differs from all previous ones for the next few decades.

Table of Contents Previous Next
Logo