ToBoolean()

XmlConvert::ToBoolean(String) method

Converts the String to a Boolean equivalent.

static bool System::Xml::XmlConvert::ToBoolean(String s)

Arguments

ParameterTypeDescription
sStringThe string to convert.

Return Value

A Boolean value, that is, true or false.

See Also