Share via


XmlReader.CanReadBinaryContent Property

Gets binary content from specified methods.

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

Syntax

public virtual bool CanReadBinaryContent { get; }

Property Value

Returns true if the reader supports specified calls, otherwise false.

Remarks

Returns true if the reader supports calls to ReadContentAsBase64, ReadElementContentAsBase64, ReadContentAsBinHex, and ReadElementContentAsBinHex.

Version Information

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

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace