[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert to array of bytes
Source position: syshelph.inc line 26
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 accoring to DataEndian.
|
Convert to string |
|
|
Initialize a TGUID instance from data. |