Mono Class Library: Overview

System.Guid: Method Members

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

Public Methods

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.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
NewGuid() : Guid
Creates a new Guid based on a random number.
ToByteArray() : byte[]
Gets the value of the Guid as a byte array.
override
ToString() : 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.