ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
12 results for: format
<ANSI string>.Format (Function)
Formats a character string according to the selected options.
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
DateToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
StringFormat (Function)
Formats a character string according to the selected options.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.