Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsNCNameChar()

static bool System.Xml.XmlConvert.IsNCNameChar ( char ch)
inlinestatic

Definition at line 478 of file XmlConvert.cs.

479 {
480 return XmlCharType.IsNCNameSingleChar(ch);
481 }

References System.ch, and System.Xml.XmlCharType.IsNCNameSingleChar().