XmlConvertToString Method (Boolean) |
Converts the System.Boolean to a System.String.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public static string ToString(
bool value
)
Parameters
- value
- Type: SystemBoolean
The value to convert.
Return Value
Type:
StringA string representation of the Boolean, that is, "true" or "false".
See Also