System.Tether.Manager.TTetheringCommand.ToString

From RAD Studio API Documentation
Revision as of 13:47, 16 September 2015 by AChaves (talk | contribs) (RS-68730)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ToString: string;

C++

System::UnicodeString __fastcall ToString(void);

Properties

Type Visibility Source Unit Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringCommand

Description

Returns a string representation of the command.

The string representation of a command uses the following format:

<Command>$<Version>$<Parameters>

Where:

  • <Command> is the value of the Command property.
  • <Version> is the version parameter specified on the constructor of the command.
  • <Parameters> are the parameters of the command separated by #.

See Also