|
|
|
|
|
IntToHexa (Function) In french: EntierVersHexa Returns the hexadecimal string of a numeric value.
New in version 2025IntToHexa(31)
IntToHexa(31, 2)
IntToHexa(-1, 2)
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|