Function intspector::parse_int[][src]

pub fn parse_int(arg: &str) -> Option<i64>
Expand description

Attempts to parse the string as a binary, octal, decimal, or hex integer.