ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Result of decoding.
Data to decode. This data was encoded by Encode.Caution: The string to decode must be in the same format as the default strings of the project: ANSI or UNICODE.
Specifies the type of encoding performed. This parameter must be identical to the one chosen during the coding.encodeBASE64(Default value)BASE 64 format (complies with the RFC 4648 standard). Encoded text contains only printable characters and CRs (Carriage Returns).Versions 25 and laterencodeBASE64NoCRNew in version 25encodeBASE64NoCRencodeBASE64NoCRBASE 64 format (complies with RFC 4648 standard) without RCs (Carriage Returns). The encoded text contains printable characters only.encodeBASE64URLBASE 64 URL format (complies with the RFC 4648 standard). The encoded text contains printable characters only.encodeBASE85BASE 85 format. The encoded text contains printable characters only.encodePCSASCII format. The encoded text contains printable characters only.encodeURLToAnsiURL format. The encoded text only contains characters allowed in a URL. The decoded text is an ANSI string. This constant corresponds to the encodeURLFromAnsi constant used in Encode. encodeURLToUTF8URL format. The encoded text only contains characters allowed in a URL. The decoded text is a UTF-8 string. This constant corresponds to the encodeURLFromUTF8 constant used in Encode. encodeURLToUnicodeURL format. The encoded text only contains characters allowed in a URL. The decoded text is a Unicode string. This constant corresponds to the encodeURLFromUnicode constant used in Encode. encodeUUEncodeUUEncode format. The encoded text contains printable characters only.
Format of character strings to decode
Last update: 12/04/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: