The methods of System.Guid are listed below. For a list of all members, see the Guid Members list.
See Also: Inherited members from System.ValueType
CompareTo(Guid) : int Documentation for this section has not yet been entered.CompareTo(object) : int Documentation for this section has not yet been entered.Equals(Guid) : bool Documentation for this section has not yet been entered. overrideEquals(object) : bool Documentation for this section has not yet been entered. overrideGetHashCode() : int Documentation for this section has not yet been entered. staticNewGuid() : Guid Creates a new Guid based on a random number.ToByteArray() : byte[] Gets the value of the Guid as a byte array. overrideToString() : string Documentation for this section has not yet been entered.ToString(string) : string Returns the Guid as a string, formatted according to a format string.ToString(string, IFormatProvider) : string Returns the Guid as a string, formatted according to a format string and IFormatProvider.