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