pub fn convbase(val: i64, base: u32) -> String
Convert integer to string with base (from params.c convbase)