System.Tether.Manager.TTetheringProfileInfo.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string;

C++

System::UnicodeString __fastcall ToString();

Properties

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

Description

Returns a string representation of the profile information.

The string representation of a profile information uses the following format:

<ManagerIdentifier><Separator><ProfileIdentifier><Separator><ProfileText><Separator><ProfileGroup><Separator><ProfileType><Separator><ProfileVersion><Separator><AllowedConnections>

Where:

See Also