UniqueId Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new instance of the UniqueId class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UniqueId | Creates a new instance of the UniqueId class with a new, unique GUID. |
|
UniqueId(Byte()) | Creates a new instance of the UniqueId class using a byte array that represents a Guid. |
|
UniqueId(Guid) | Creates a new instance of the UniqueId class using a Guid. |
|
UniqueId(String) | Creates a new instance of the UniqueId class using a string. |
|
UniqueId(Byte(), Int32) | Creates a new instance of the UniqueId class that starts from an offset within a byte array that represents a Guid. |
|
UniqueId(Char(), Int32, Int32) | Creates a new instance of this class starting from an offset within a char using a specified number of entries. |
Show: