ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the hexadecimal string of a numeric value.
Example
IntToHexa(31) // Returns "0000001F"
IntToHexa(31, 2) // Returns "00 00 00 1F"
IntToHexa(-1, 2) // Returns "FF FF FF FF"
Syntax
<Result> = IntToHexa(<Value> [, <Word size>])
<Result>: Character string
Result of the conversion to hexadecimal format.
<Value>: Integer
Number to convert to a string.
Remark: 1- and 2-byte integers are processed in the same way as 4-byte integers.
<Word size>: Optional integer
Word size separated by spaces. A word is a "group" of hexadecimal digits. For example, a byte is a word of 2 hexadecimal digits.
Business / UI classification: Neutral code
Component: wd290std.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help