ASP.NET Pack Programmer's Guide
XmlSerializationContext.ReadBool Method (String, XmlElement)
See Also
 





Reads the boolean value with the specified name.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public bool ReadBool (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadBool( _
    elementName As String, _
    parentElement As XmlElement _
) As Boolean

 Parameters

elementName

The name of the element to read.

parentElement
Type: XmlElement
An instance of the System.Xml.XmlElement class that specifies the parent element.

 Return Value

The bool value read; null (Nothing in Visual Basic) if reading has failed.

 See Also

ReadBool Method Overload List
XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace