This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Basic types > Methods for Integer > asString(Integer radix, Integer length)

asString(Integer radix, Integer length)

Creates a character string which represents the integer to the basis of <radix>. The character string is filled-up with leading 0 characters until the length of <length>. If the result is already larger than <length>, the result will not be affected.

asString(Integer radix, Integer length)
Arguments Integer radix
Integer length
Return value String