The GuidExtension type exposes the following members.

Methods

  Name Description
Public method Static member Compare
Compares two specified System.Guid objects and returns an integer that indicates their relationship to one another in the sort order.
Public method Static member IsNullOrEmpty
Indicates whether the specified System.Guid object is null or an System.Guid.Empty
Public method Static member NewDeterministicGuid
Generates a deterministic, unique (hash) Guid for an input string.
Public method Static member NewSequentialGuid
Convinience method for custom implementation of new Guid.
Public method Static member TryParse
Converts the string representation of a Guid to its Guid equivalent. A return value indicates whether the operation succeeded.

See Also