Method | Description | |
---|---|---|
FromBytes ( byte bytes, GuidRepresentation representation ) : System.Guid |
Converts a byte array to a Guid.
|
|
ToBytes ( System.Guid guid, GuidRepresentation representation ) : byte[] |
Converts a Guid to a byte array.
|
public static FromBytes ( byte bytes, GuidRepresentation representation ) : System.Guid | ||
bytes | byte | The byte array. |
representation | GuidRepresentation | The representation of the Guid in the byte array. |
return | System.Guid |
public static ToBytes ( System.Guid guid, GuidRepresentation representation ) : byte[] | ||
guid | System.Guid | The Guid. |
representation | GuidRepresentation | The representation of the Guid in the byte array. |
return | byte[] |