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

◆ IsNameNoNamespaces()

static bool System.Xml.ValidateNames.IsNameNoNamespaces ( string s)
inlinestaticpackage

Definition at line 61 of file ValidateNames.cs.

62 {
63 int num = ParseNameNoNamespaces(s, 0);
64 if (num > 0)
65 {
66 return num == s.Length;
67 }
68 return false;
69 }
static int ParseNameNoNamespaces(string s, int offset)

References System.Xml.ValidateNames.ParseNameNoNamespaces(), and System.s.

Referenced by System.Xml.XmlReader.IsName().