Reads the boolean value with the specified name from the specified parent element.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public bool ReadBool ( |
Visual Basic
![]() |
---|
Public Function ReadBool( _ |
A string that represents the name of the element to read.
A boolean value that is returned if elementName is not found among the children of parentElement.
The bool value read; null (Nothing in Visual Basic) if reading has failed.
If no element with the specified name is found the method returns the default value specified.