System.Tether.Manager.TTetheringManagerCommand.ToString

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

Delphi

function ToString: string;

C++

System::UnicodeString __fastcall ToString();

プロパティ

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


説明

コマンドの文字列表現を返します。

コマンドの文字列表現では次の形式が使用されます。

<CommandText><Separator><ConnectionString><Separator><Version><Separator><Parameters>

上記で、

  • <CommandText> は CommandText フィールドの値です。
  • <Separator> は TetheringSeparator の値です。
  • <ConnectionString> は ConnectionString フィールドの値です。
  • <Version> は Version フィールドの値です。
  • <Parameters> は、TetheringSeparator で区切られたパラメータです。

最後に、ToString では、結果として得られる文字列を TetheringCommandSeparator についてエスケープし、文字列の末尾に TetheringCommandSeparator を付け加え、最終的に得られた文字列を返します。

関連項目