XmlReader.CanReadBinaryContent Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the XmlReader implements the binary content read methods.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Booleantrue if the binary content read methods are implemented; otherwise false.
The binary content read methods include the ReadContentAsBase64, ReadContentAsBinHex, ReadElementContentAsBase64, and ReadElementContentAsBinHex methods. If this property returns false a NotSupportedException is returned when any of the binary read methods is called.
All Microsoft .NET Framework implementations of the XmlReader class return true for this property.