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
Converts a string that corresponds to a hexadecimal number to an unsigned integer.
Example
Res is unsigned int
Res = HexaToInt("1F")
// Returns an unsigned 4-byte integer containing the value 31.
 
Res = HexaToInt("FF")
// Returns an unsigned 4-byte integer containing the value 255.
Syntax
<Result> = HexaToInt(<Hexadecimal string>)
<Result>: Integer
Conversion result. This result corresponds to an unsigned 4-byte 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: 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