ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
UTF8ToString (Function)
Converts a string in UTF8 format into an ANSI or Unicode string.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
StringToUTF8 (Function)
Converts an ANSI or Unicode string to UTF-8.
<Table>.ToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
<ANSI string>.AnsiToUnicode (Function)
Converts a string in ANSI (Windows) format into a string in Unicode format.
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, Ansi, Unicode.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
<Image>.CoordinateFromImage (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image...
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
MarkdownToPDF (Function)
Converts a Markdown string (or buffer) to a buffer containing a PDF document.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined...
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined...
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
CertificatePEMToPFX (Function)
Converts a certificate in PEM format to a PFX file including the private key.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
1
4
5
6
7
8
16
>