.NET Framework Class Library
Guid Constructor
Initializes a new instance of the Guid class.
|
| Name | Description |
|---|
.gif) .gif) .gif) | Guid(array<Byte>[]()[]) | Initializes a new instance of the Guid class using the specified array of bytes. |
.gif) .gif) .gif) | Guid(String) | Initializes a new instance of the Guid class using the value represented by the specified string. |
.gif) .gif) .gif) | Guid(Int32, Int16, Int16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) | Initializes a new instance of the Guid class using the specified integers and bytes. |
.gif) | Guid(UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) | Initializes a new instance of the Guid class using the specified unsigned integers and bytes. |
.gif) .gif) .gif) | Guid(Int32, Int16, Int16, array<Byte>[]()[]) | Initializes a new instance of the Guid class using the specified integers and byte array. |
Top
Reference