Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TGuidHelper.ToByteArray

Convert to array of bytes.

Declaration

Source position: syshelph.inc line 55

function TGuidHelper.ToByteArray(

  DataEndian: TEndian = CPUEndian

):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

TGUIDHelper.ToString

  

Convert to string.

TGUIDHelper.Create

  

Initialize a TGUID instance from data.


Documentation generated on: Jul 24 2023