System.SysUtils.StringToGUID

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function StringToGUID(const S: string): TGUID;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

文字列を GUID に変換します。

StringToGUID 関数は,GUID の文字列表現 S を TGUID データ構造体に変換します。

変換が成功すると,StringToGUID は要求された GUID を返します。失敗した場合,StringToGUIDEConvertError 例外を生成します。

関連項目