Gentee Programming Language > Documentation > Libraries Download documentation

hex2strl

Convert an integer in the hexadecimal form. The letters will be lowercase.
 
str hex2strl(
      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.