JCL Help:JclGUIDToString

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a GUID to a string.


Pascal

 function JclGUIDToString(const GUID: TGUID): string;


Parameters

Parameters Description
const GUID: TGUID GUID to convert to a string.


Return Value

A string representing the GUID.


Description

JclGUIDToString converts a GUID to a string. Note that the ComObj unit also has a GUIDToString function but it requires the ole.dll to do the conversion.


About

Unit

JclSysUtils


Donator

Marcel Bestebroer


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page