System.Tether.Manager.TTetheringProtocol.GetRandomString
Delphi
function GetRandomString(const Len: Integer = 10): string;
C++
System::UnicodeString __fastcall GetRandomString(const int Len = 0xa);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProtocol |
説明
指定された文字数(デフォルトは 10 )のランダム文字列を返します。
返される文字列には、次の文字からの組み合わせが含まれています:
- 数字(0-9)。
- ASCII 文字 - 小文字(a-z)大文字(A-Z)の両方。
- 次のシンボル: + - / * _