System.Tether.Manager.TTetheringManager.StringToProfileInfo
Delphi
class function StringToProfileInfo(const AProfileString: string): TTetheringProfileInfo; inline;
C++
__classmethod TTetheringProfileInfo __fastcall StringToProfileInfo(const System::UnicodeString AProfileString);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringManager |
説明
指定された文字列を、TTetheringProfileInfo のインスタンスに逆シリアライズします。
StringToProfileInfo を使用すると、ProfileInfoToString を使用してシリアライズされた TTetheringProfileInfo を逆シリアライズします。