|
|
|
|
|
HexaToInt (Function) In french: HexaVersEntier Converts a string that corresponds to a hexadecimal number to an unsigned integer.
New in version 2025Res is unsigned int
Res = HexaToInt("1F")
Res = HexaToInt("FF")
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|