Initializes a new instance of the {Guid} class.
The 16 bytes that represents a {Guid}.
ReadonlybytesThe 16 bytes that represents a {Guid}.
Static ReadonlyemptyGets an empty {Guid}
Check whether this is equal to other.
Converts the {Guid} to a string that works in JSON serialization.
Return a string representation of the {Guid} in the format: 00000000-0000-0000-0000-000000000000
StaticasStaticcreateCreate a new {Guid}
StaticisCheck if a string is a valid {Guid}
Value to check.
True if it is, false if not.
StaticparseParses a string and turns it into a {Guid}.
String representation of guid.
Represents a Guid according to the http://www.ietf.org/rfc/rfc4122.txt
Export
Guid