pub fn decode_edited_numeric(
input: &str,
pattern: &[PicToken],
scale: u16,
blank_when_zero: bool,
) -> Result<NumericValue>Expand description
Decode edited numeric string according to PICTURE pattern
§Errors
Returns error if the input doesn’t match the pattern