Function parse_uint16

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

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