This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.FromBoolean Method (ArcObjects .NET 10.4 SDK) |
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,
BSTR* Text
);
[C++]
Parameters Value [in] Value is a parameter of type VARIANT_BOOL Text [out, retval] Text is a parameter of type BSTR