[][src]Type Definition bcder::NumericString

type NumericString = RestrictedString<NumericCharSet>;

A restricted character string containing only digits and spaces.

This character string allows only decimal digits 0 to 9 and the space character . It encodes them with their ASCII value.

See RestrictedString for more details on restricged character strings in general.