xtd 0.2.0
Loading...
Searching...
No Matches

◆ guid() [2/8]

xtd::guid::guid ( const std::vector< xtd::byte > &  data)
explicit

Initializes a new instance of the xtd::guid structure by using the specified array of bytes.

Parameters
bytesA 16-element byte array containing values with which to initialize the GUID.
Exceptions
xtd::argument_exceptionbytes is not 16 bytes long.