Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

asString

integer.asString

§asString(len i32, base u32)
 => 
String
:
Any 

convert this to a number using the given base. If negative, add "-" as
the first character. Extend with leading "0" until the length is at
least len
split n into sign and digits
create number
split n into sign and digits
create required additional zeros