Base58Encoder.Encode
| Base58Encoder = class (Encoder) | Interface de Base58Encoder | Exemples de Base58Encoder |
Qubes 6.6 Returns a base 58 encoded version of a data string.
Syntaxe
class function Encode(v: String): String
v: input data string
Remarques
The input string is treated as a data string, only the lower byte of its characters is taken into account.
Exemples
PrintLn(Base58Encoder.Encode('Hello World!')); // 2NEpo7TZRRrLZSi2U