Convert to array of bytes.
Source position: syshelph.inc line 55
function TGuidHelper.ToByteArray( |
DataEndian: TEndian = CPUEndian |
):TBytes; |
ToByteArray converts the TGUID to an array of bytes (of length SizeOf(TGUID)). The bytes will be ordered according to DataEndian.
|
Convert to string. |
|
|
Initialize a TGUID instance from data. |