System.Tether.Manager.TTetheringProtocol.GetRandomString
Delphi
function GetRandomString(const Len: Integer = 10): string;
C++
System::UnicodeString __fastcall GetRandomString(const int Len = 0xa);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProtocol |
Description
Returns a random string with the specified number of characters (10 by default).
The returned string may contain a combination of any of the following characters:
- Digits (0-9).
- ASCII letters, both lowercase (a-z) and uppercase (A-Z).
- The following symbols: + - / * _.