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

◆ guid() [5/8]

xtd::guid::guid ( uint32  a,
uint16  b,
uint16  c,
const std::vector< xtd::byte > &  d 
)
explicit

Initializes a new instance of the xtd::guid structure by using the specified unsigned integers and byte array.

Parameters
aThe first 4 bytes of the GUID.
bThe next 2 bytes of the GUID.
cThe next 2 bytes of the GUID.
dThe remaining 8 bytes of the GUID.
Exceptions
xtd::argument_exceptionbytes is not 8 bytes long.

Initializes a new instance of the xtd::guid structure by using the specified integers and byte array.

Parameters
aThe first 4 bytes of the GUID.
bThe next 2 bytes of the GUID.
cThe next 2 bytes of the GUID.
dThe remaining 8 bytes of the GUID.
Exceptions
xtd::argument_exceptionbytes is not 8 bytes long.