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

◆ guid() [6/8]

xtd::guid::guid ( int32  a,
int16  b,
int16  c,
xtd::byte  d,
xtd::byte  e,
xtd::byte  f,
xtd::byte  g,
xtd::byte  h,
xtd::byte  i,
xtd::byte  j,
xtd::byte  k 
)
noexcept

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

Parameters
aThe first 4 bytes of the GUID.
bThe next 2 bytes of the GUID.
cThe next 2 bytes of the GUID.
dThe next byte of the GUID.
eThe next byte of the GUID.
fThe next byte of the GUID.
gThe next byte of the GUID.
hThe next byte of the GUID.
iThe next byte of the GUID.
jThe next byte of the GUID.
kThe next byte of the GUID.