Method FromBytes
FromBytes(byte[], GuidRepresentation)
Converts a byte array to a Guid.
Parameters
bytes
byte[]The byte array.
representation
GuidRepresentation The representation of the Guid in the byte array.
Returns
- Guid
A Guid.
Converts a byte array to a Guid.
bytes
byte[]The byte array.
representation
GuidThe representation of the Guid in the byte array.
A Guid.