System.Win.ComObj.StringToGUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StringToGUID(const S: string): TGUID;

C++

extern DELPHI_PACKAGE GUID __fastcall StringToGUID(const System::UnicodeString S);

Properties

Type Visibility Source Unit Parent
function public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

Returns a global unique identifier (GUID) that is represented by the specified string.

See Also