TGuidHelper.ToByteArray

Convert to array of bytes

Declaration

Source position: syshelph.inc line 46

default 
  function ToByteArray(DataEndian: TEndian) : TBytes;

Description

ToByteArray converts the TGUID to an array of bytes (of length SizeOf(TGUID)). The bytes will be ordered according to DataEndian.

See also

Name Description
TGUIDHelper.Create Initialize a TGUID instance from data.
TGUIDHelper.ToString Convert to string