This document is archived and information here might be outdated. Recommended version. |
Reads the current element value as a boolean.
[Visual Basic .NET]
Public Function ReadBoolean ( _
) As Boolean
[C#]
public bool ReadBoolean (
);
[C++]
HRESULT ReadBoolean(
void
);
The ReadBoolean method specifies the current element value as a boolean.
Element value 1 or true will return boolean value of true, anything else will return false.