public bool isalnum()
 {
     lock (this) {
         return(_bytes.IsAlphaNumeric());
     }
 }