System.Tether.Manager.TTetheringManager.ProfileInfoToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ProfileInfoToString(const AProfileInfo: TTetheringProfileInfo): string;

C++

__classmethod System::UnicodeString __fastcall ProfileInfoToString(const TTetheringProfileInfo &AProfileInfo);

Properties

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

Description

Serializes the specified instance of TTetheringProfileInfo into a string.

A serialized TTetheringProfileInfo can be unserialized using StringToProfileInfo.

See Also