DelegatingXmlReader.ReadAttributeValue MethodDelegatingXmlReader.ReadAttributeValue MethodDelegatingXmlReader::ReadAttributeValue Method

Parses the attribute value into one or more TextTextText, EntityReferenceEntityReferenceEntityReference, or EndEntityEndEntityEndEntity nodes.

Syntax

Public Overrides Function ReadAttributeValue() As Boolean
public override bool ReadAttributeValue()
public:
virtual bool ReadAttributeValue() override
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if there are nodes to return. falseFalsefalse 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. An empty attribute, such as, misc="", returns trueTruetrue with a single node with a value of String.Empty.