ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Converts a string that corresponds to a hexadecimal number to an unsigned integer.
New in version 2025
WEBDEV - Browser code This function is now available in browser code.
Example
Res is unsigned int
Res = HexaToInt("1F") 
// Returns a 4-byte unsigned integer containing the value 31.
Res = HexaToInt("FF") 
// Returns a 4-byte unsigned integer containing the value 255.
Syntax
<Result> = HexaToInt(<Hexadecimal string>)
<Result>: Integer
Conversion result. This result corresponds to a 4-byte unsigned integer. In case of overflow, it can correspond to an 8-byte integer or to a numeric.
<Hexadecimal string>: Character string
Hexadecimal string that will be converted to an integer.
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/17/2024

Send a report | Local help