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