Noemax FastInfoset.NET
CanReadBinaryContent Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : CanReadBinaryContent Property






Gets a value indicating whether this reader can parse binary content. Always returns true.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable ReadOnly Property CanReadBinaryContent As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
value = instance.CanReadBinaryContent
C# 
public override bool CanReadBinaryContent {get;}
Delphi 
public read-only property CanReadBinaryContent: Boolean; override; 
JScript 
public override function get CanReadBinaryContent : boolean
Managed Extensions for C++ 
public: __property bool get_CanReadBinaryContent() override;
C++/CLI 
public:
property bool CanReadBinaryContent {
   bool get() override;
}

See Also