Skip to main content

convbase

Function convbase 

Source
pub fn convbase(val: i64, base: u32) -> String
Expand description

Convert integer to string with specified base Port from zsh/Src/utils.c convbase()