Reads a boolean value with the specified name.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
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
Return Value
Type: Boolean The read bool value
See Also
|