Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
VerifyXmlChars()
static
string
System.Xml.XmlConvert.VerifyXmlChars
(
string
content
)
inline
static
Definition at line
435
of file
XmlConvert.cs
.
436
{
437
if
(content ==
null
)
438
{
439
throw
new
ArgumentNullException(
"content"
);
440
}
441
VerifyCharData
(content,
ExceptionType
.XmlException);
442
return
content;
443
}
System.Xml.XmlConvert.VerifyCharData
static void VerifyCharData(string data, ExceptionType exceptionType)
Definition
XmlConvert.cs:1247
System.Xml.ExceptionType
ExceptionType
Definition
ExceptionType.cs:4
References
System.Xml.XmlConvert.VerifyCharData()
.
System
Xml
XmlConvert
Generated by
1.10.0