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 bool value that was deserialized.
See Also