System.Guid Members

The members of System.Guid are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Constructs a new Guid from a 16-byte byte array.
Creates a new Guid from a string representation.
Creates a new Guid.
Constructs a new Guid.
Creates a new Guid.

Public Fields

static readonly
EmptyGuid (00000000-0000-0000-0000-000000000000). The empty Guid, with all bytes set to zero.

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.
static
Parse(string) : Guid
Documentation for this section has not yet been entered.
static
ParseExact(string, string) : Guid
Documentation for this section has not yet been entered.
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.
static
TryParse(string, out Guid) : bool
Documentation for this section has not yet been entered.
static
TryParseExact(string, string, out Guid) : bool
Documentation for this section has not yet been entered.

Public Operators

static
Equality(Guid, Guid)Tests whether two Guids have the same value.
static
Inequality(Guid, Guid)Tests whether two Guids have different values.