XmlReader.CanReadBinaryContent Property
Silverlight
Gets a value indicating whether the XmlReader implements the binary content read methods.
Namespace: System.Xml
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.