Guid Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Guid type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 CompareTo(Guid) Compares this instance to a specified Guid object and returns an indication of their relative values.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 CompareTo(Object) Compares this instance to a specified object and returns an indication of their relative values.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Guid) Returns a value indicating whether this instance and a specified Guid object represent the same value.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Returns a value indicating whether this instance is equal to a specified object. (Overrides ValueType.Equals(Object).)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 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 methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Returns the hash code for this instance. (Overrides ValueType.GetHashCode().)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 NewGuid Initializes a new instance of the Guid class.
Public methodStatic memberSupported by Silverlight for Windows Phone Parse Converts the string representation of a GUID to the equivalent Guid value.
Public methodStatic memberSupported by Silverlight for Windows Phone ParseExact Converts the string representation of a GUID to the equivalent Guid value, provided that the string is in the specified format.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByteArray Returns a 16-element byte array that contains the value of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString() Returns a String representation of the value of this instance in registry format. (Overrides ValueType.ToString().)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(String) Returns a String representation of the value of this Guid instance, according to the provided format specifier.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(String, IFormatProvider) Returns a String representation of the value of this instance of the Guid class, according to the provided format specifier and culture-specific format information.
Public methodStatic memberSupported by Silverlight for Windows Phone TryParse Converts the string representation of a GUID to the equivalent Guid value.
Public methodStatic memberSupported by Silverlight for Windows Phone TryParseExact Converts the string representation of a GUID to the equivalent Guid value, provided that the string is in the specified format.

Top

See Also

Reference