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

◆ TryVerifyNormalizedString()

static Exception System.Xml.XmlConvert.TryVerifyNormalizedString ( string str)
inlinestaticpackage

Definition at line 426 of file XmlConvert.cs.

427 {
428 if (str.IndexOfAny(crt) != -1)
429 {
431 }
432 return null;
433 }
static string Sch_NotNormalizedString
Definition SR.cs:780
Definition SR.cs:7
static char[] crt
Definition XmlConvert.cs:14

References System.Xml.XmlConvert.crt, System.SR.Sch_NotNormalizedString, and System.str.

Referenced by System.Xml.Schema.StringFacetsChecker.CheckBuiltInFacets().