Trait std::num::ToStrRadixDeprecated[src]

pub trait ToStrRadix {
    fn to_str_radix(&self, radix: uint) -> String;
}

A generic trait for converting a value to a string with a radix (base)

Required Methods

fn to_str_radix(&self, radix: uint) -> String

Implementors