| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert to array of bytes
Source position: syshelph.inc line 46
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.  |