示例#1
0
 public bool isalnum()
 {
     lock (this) {
         return(_bytes.IsAlphaNumeric());
     }
 }