Noemax FastInfoset.NET
ReadAttributeValue Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadAttributeValue Method






Reads the attribute value.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Function ReadAttributeValue() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
value = instance.ReadAttributeValue()
C# 
public override bool ReadAttributeValue()
Delphi 
public function ReadAttributeValue(): Boolean; override; 
JScript 
public override function ReadAttributeValue() : boolean;
Managed Extensions for C++ 
public: bool ReadAttributeValue(); override 
C++/CLI 
public:
bool ReadAttributeValue(); override 

Return Value

true if there are nodes to return. false if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.

See Also