NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlReader.ReadBoolean

Reads the value and returns it as a bool.

[Visual Basic]
Overridable Public Function ReadBoolean() As Boolean
[C#]
public virtual bool ReadBoolean();
[C++]
public: virtual bool ReadBoolean();
[JScript]
public function ReadBoolean() : Boolean;

Return Value

The value as a bool.

Exceptions

Exception Type Condition
FormatException Value cannot be converted to bool.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace