This document is archived and information here might be outdated. Recommended version. |
Obtains array or property value as boolean. Advances to the next token. If property value cannot be coerced to boolean, returns E_FAIL.
[Visual Basic .NET]
Public Function ReadValueAsBoolean ( _
) As Boolean
[C#]
public bool ReadValueAsBoolean (
);
[C++]
HRESULT ReadValueAsBoolean(
void
);