Exemple #1
0
 public static bool IsXmlChar(char ch)
 {
     return(XmlChar.IsValid(ch));
 }