System.Tether.Manager.TTetheringManagerCommand.EscapeSeparator
Delphi
class function EscapeSeparator(const AText: string; const Separators: array of Char): string; static;
C++
static System::UnicodeString __fastcall EscapeSeparator(const System::UnicodeString AText, const System::WideChar *Separators, const System::NativeInt Separators_High);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringManagerCommand |
Description
Escapes the occurrences of a series of separators (Separators
) in the string provided (AText
).