ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

JSONToXML (Function)
Converts a JSON string to XML.
<xmlNode>.ToJSON (Function)
Converts an XML string to JSON.
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
TextToRTF (Function)
Converts text to Rich Text Format.
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
StringToJSON (Function)
Converts a JSON string into a JSON variable.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
TimeToString (Function)
Converts a time to a string in the specified format.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
TextToXML (Function)
Converts an ANSI string to an XML string.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
Conversion (Function)
Converts a value from a unit to another one.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
1
2
3
4
5
6
16
>