ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
SNMPOIDToString (Function)
Converts an OID from its numeric representation to its text representation.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
DateToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<ANSI string>.BufferToHexa (Function)
Converts an Ansi or Unicode string into a displayable hexadecimal string (e.g. "4A 5B 00").
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
RGB (Function)
Defines a color from its Red, Green and Blue components.
<Date type>.ToInteger (Function)
Converts a date to an integer.
TimeToString (Function)
Converts a time to a string in the specified format.
<sfConnection variable>.ConvertLead (Function)
Converts the leads.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
SFConvertLead (Function)
Converts the leads.
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa...
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, Ansi, Unicode.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
JSONToXML (Function)
Converts a JSON string to XML.
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
NumberInWords (Function)
Converts a number to words.
UTF8ToString (Function)
Converts a string in UTF8 format into an ANSI or Unicode string.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
CertificatePEMToPFX (Function)
Converts a certificate in PEM format to a PFX file including the private key.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
eChangeCurrency (Function)
Converts a currency into another currency.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
BufferToHexa (Function)
Converts a buffer into a displayable hexadecimal string (e.g. "4A 5B 00").
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
BCToImage (Function)
Generates the image of a bar code.
DateToInteger (Function)
Converts a date to an integer.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed as parameter.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
HTMLToText (Function)
Converts an HTML string or buffer to text.
DurationToString (Function)
Converts a duration to a character string in the specified format.
<Image>.CoordinateFromImage (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image...
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...
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
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.
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage...
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
CoordinateImageControlToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates...
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
<Image>.CoordinateToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates...
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing...
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes...
1
2
3
4
5
6
11
>