Example #1
0
 public static bool ValidEncoding(MutableString/*!*/ self) {
     return !self.ContainsInvalidCharacters();
 }