System::Guid::ToByteArray method

Guid::ToByteArray method

Converts the GUID represented by the current object into array of bytes.

ArrayPtr<uint8_t> System::Guid::ToByteArray() const

ReturnValue

A byte array containing bytes constituting the GUID represented by the current object

See Also