UniqueId Constructor

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.

  NameDescription
Public method UniqueId Creates a new instance of the UniqueId class with a new, unique GUID.
Public method UniqueId(Byte()) Creates a new instance of the UniqueId class using a byte array that represents a Guid.
Public method UniqueId(Guid) Creates a new instance of the UniqueId class using a Guid.
Public method UniqueId(String) Creates a new instance of the UniqueId class using a string.
Public method UniqueId(Byte(), Int32) Creates a new instance of the UniqueId class that starts from an offset within a byte array that represents a Guid.
Public method UniqueId(Char(), Int32, Int32) Creates a new instance of this class starting from an offset within a char using a specified number of entries.
Top

Show:
© 2017 Microsoft