Guid
|
The GuidExtensions type exposes the following members.
Name | Description | |
---|---|---|
__ToBigEndianOrderBytes(Guid) |
Obsolete.
Mimicks the encoding that was present in BigEndianOrder. |
|
__ToBigEndianOrderBytes(Guid, Byte, Int32) |
Obsolete.
Mimicks the encoding that was present in BigEndianOrder. |
|
__ToBigEndianOrderGuid(Byte) |
Obsolete.
Mimicks the encoding that was present in BigEndianOrder. |
|
__ToBigEndianOrderGuid(Byte, Int32) |
Obsolete.
Mimicks the encoding that was present in BigEndianOrder. |
|
CopyLittleEndianBytes(Guid, Byte*) | Writes a Guid in Little Endian byte order. | |
CopyLittleEndianBytes(Guid, Byte, Int32) | Writes a Guid in Little Endian byte order. | |
ToLittleEndianBytes | Gets the little endian encoded bytes. | |
ToLittleEndianGuid(Byte*) | Reads a Guid in Little Endian byte order. | |
ToLittleEndianGuid(Byte) | Reads a Guid in Little Endian byte order. | |
ToLittleEndianGuid(Byte, Int32) | Mimicks the encoding that was present in LittleEndianOrder on a Little Endian CPU. | |
ToRfcBytes(Guid) | Encodes a Guid following RFC 4122. | |
ToRfcBytes(Guid, Byte*) | Encodes a Guid following RFC 4122. | |
ToRfcBytes(Guid, Byte, Int32) | Encodes a Guid following RFC 4122. | |
ToRfcGuid(Byte*) | Decodes a Guid following RFC 4122 | |
ToRfcGuid(Byte) | Decodes a Guid following RFC 4122 | |
ToRfcGuid(Byte, Int32) | Decodes a Guid following RFC 4122 |