ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
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.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
SNMPOIDToString (Function)
Converts an OID from its numeric representation to its text representation.
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
DurationToString (Function)
Converts a duration to a character string in the specified format.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
1
2
3
4
5
6
9
>