Methods
Name | Description |
---|---|
ctor() |
Creates a new Guid instance that contains a generated GUID. |
ctor(value) |
Creates a new Guid instance that contains the specified GUID. |
toString() |
Gets the GUID. Works identically to the valueOf() method. |
valueOf() |
Gets the GUID. Works identically to the toString() method. |
Feedback