[][src]Function intspector::parse_int

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

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