Reads a boolean value with the specified name.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ReadBool ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadBool( _ |
The name of the element to read.
A System.Xml.XmlElement object that is parent of the element to read.
The value that is returned if parsing the element fails.
The bool value that is deserialized or default value if deserialization fails.
See Also