Skip to main content

parse_hex_u16

Function parse_hex_u16 

Source
pub fn parse_hex_u16(s: &str) -> Result<u16, String>
Expand description

Parse a hexadecimal u16 value (with or without 0x prefix)