Function parse_uint8

Source
pub fn parse_uint8(str_: &str, out: *mut u8) -> bool
Expand description

| Convert decimal string to unsigned | 8-bit integer with strict parse error | feedback. | | ———– | @return | | true if the entire string could be parsed | as valid integer, false if not the entire | string could be parsed or when overflow | or underflow occurred. |