System::Xml::XmlConvert::ToBoolean method

XmlConvert::ToBoolean method

Converts the String to a Boolean equivalent.

static bool System::Xml::XmlConvert::ToBoolean(String s)
ParameterTypeDescription
sStringThe string to convert.

ReturnValue

A Boolean value, that is, true or false.

See Also