ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the hexadecimal string of a numeric value.
New in version 2025
WEBDEV - Browser code This function is now available in browser code.
Example
IntToHexa(31) 		// Renvoie "0000001F"
IntToHexa(31, 2) 	// Renvoie "00 00 00 1F"
IntToHexa(-1, 2) 	// Renvoie "FF FF FF FF"
Syntax
<Result> = IntToHexa(<Value> [, <Word size>])
<Result>: Character string
Result of the conversion to hexadecimal format.
<Value>: entier
Number to convert to a string.
Note: 1 and 2 byte integers are treated 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: wd300std.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help