This topic has not yet been rated - Rate this topic

XmlTextReader.EOF Property

Gets a value indicating whether the reader is positioned at the end of the stream.

[Visual Basic]
Overrides Public ReadOnly Property EOF As Boolean
[C#]
public override bool EOF {get;}
[C++]
public: __property bool get_EOF();
[JScript]
public override function get EOF() : Boolean;

Property Value

true if the reader is positioned at the end of the stream; otherwise, false.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard

See Also

XmlTextReader Class | XmlTextReader Members | System.Xml Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.