Click or drag to resize
XmlConvertToBoolean Method
Converts the System.String to a System.Boolean equivalent.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public static bool ToBoolean(
	string s
)

Parameters

s
Type: SystemString
The string to convert.

Return Value

Type: Boolean
A Boolean value, that is, true or false.
See Also