コード例 #1
0
ファイル: XmlConvert.cs プロジェクト: pmq20/mono_forked
 public static bool IsXmlChar(char ch)
 {
     return(XmlChar.IsValid(ch));
 }