ToByteArray()

Guid::ToByteArray() const method

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

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

Return Value

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

See Also