[src]

Function std::num::from_str_radix

pub fn from_str_radix<T: FromStrRadix>(str: &str, radix: uint) -> Option<T>

A utility function that just calls FromStrRadix::from_str_radix.