ltoa
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
The number val is converted to a string s. In this case, base indicates a number base between 2 and 36. s must be large enough to accept the converted number!Parameters
- val: Number to be converted.
- s: String, which contains the converted number.
- base: Number base.