Share via


XmlReaderSettings.CheckCharacters Property

Gets or sets a value indicating whether to do character checking.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public bool CheckCharacters { get; set; }

Property Value

true to do character checking; otherwise false. The default is true.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

XmlReaderSettings Class
XmlReaderSettings Members
System.Xml Namespace