pub fn parse_ber_numericstring(i: &[u8]) -> BerResult<'_>
Expand description

Read a numeric string value. The content is verified to contain only digits and spaces.