[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

GUIDToString

Convert a TGUIDto a string representation.

Declaration

Source position: intfh.inc line 31

function GUIDToString(

  const GUID: TGUID

):String;

Description

GUIDToStringconverts the GUID identifier in GUIDto a string representation in the form

{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

Where each Xis a hexadecimal digit.

Errors

None.

See also

Supports

  

Check whether a class or given interface supports an interface

#rtl.system.TGUID

  

Standard GUID representation type.

StringToGUID

  

Convert a string to a native TGUIDtype.

IsEqualGuid

  

Check whether two TGUIDvariables are equal.