Gentee Programming Language > Documentation > Libraries Download documentation

hex2stru

Convert an integer in the hexadecimal form. The letters will be uppercase.
 
str hex2stru(
      str   par,
      uint   val
)

Parameters

parThe string for writing. The converted data will be added to the end of the string.
valThe integer being converted.

Return value

The function returns the parameter par.

See also

    Strings


 Copyright © 2004-2006 Gentee Inc. All rights reserved.