JCL Help:JclStringToGUID

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a string to a GUID.


Pascal

 function JclStringToGUID(const S: string): TGUID;


Parameters

Parameters Description
const S: string String representing a GUID.


Return Value

The GUID the string is representing.


Description

JclStringToGUID converts a string to a GUID. Note that the ComObj unit also has a StringToGUID 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