UniqueId Methods
Collapse the table of content
Expand the table of content

UniqueId Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The UniqueId type exposes the following members.

  NameDescription
Public method Equals Tests whether an object equals this UniqueId. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Creates a hash-code representation of this UniqueId. (Overrides Object.GetHashCode.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToCharArray Puts the UniqueId value into a char array.
Public method ToString Displays the UniqueId value in string format. (Overrides Object.ToString.)
Public method TryGetGuid(Guid) Tries to get the value of the UniqueId as a Guid.
Public method TryGetGuid(Byte(), Int32) Tries to get the value of the UniqueId as a Guid and store it in the given byte array at the specified offset.
Top

Show:
© 2017 Microsoft