Method | Description | |
---|---|---|
Guid ( ) : System.Guid |
Creates a new Guid
|
|
Number ( ) : int |
Returns a distinct number. The numbers run up in sequence, starting at 1.
|
|
String ( ) : string |
Returns a 32-character unique string This is actually just a Guid.ToString("N")
|