public bool isupper()
 {
     lock (this) {
         return(_bytes.IsUpper());
     }
 }