This document is archived and information here might be outdated. Recommended version. |
Converts a boolean to an XML boolean.
[Visual Basic .NET]
Public Function FromBoolean ( _
ByVal Value As Boolean _
) As String
[C#]
public string FromBoolean (
bool Value
);
[C++]
HRESULT FromBoolean(
VARIANT_BOOL Value
);
[C++] Parameters Value [in]
Value is a parameter of type bool