The members of System.Guid are listed below.
See Also: Inherited members from System.ValueType
| 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. |
CompareTo(Guid)Documentation for this section has not yet been entered. | ||
CompareTo(object)Documentation for this section has not yet been entered. | ||
Equals(Guid)Documentation for this section has not yet been entered. | ||
override | Equals(object)Documentation for this section has not yet been entered. | |
override | GetHashCode()Documentation for this section has not yet been entered. | |
static | NewGuid()Creates a new Guid based on a random number. | |
static | Parse(string)Documentation for this section has not yet been entered. | |
static | ParseExact(string, string)Documentation for this section has not yet been entered. | |
ToByteArray()Gets the value of the Guid as a byte array. | ||
override | ToString()Documentation for this section has not yet been entered. | |
ToString(string)Returns the Guid as a string, formatted according to a format string. | ||
ToString(string, IFormatProvider)Returns the Guid as a string, formatted according to a format string and IFormatProvider. | ||
static | TryParse(string, out Guid)Documentation for this section has not yet been entered. | |
static | TryParseExact(string, string, out Guid)Documentation for this section has not yet been entered. | |