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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.