Writes a boolean value with the specified name.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public XmlElement WriteBool ( bool boolValue, string elementName, XmlElement parentElement ) |
Visual Basic
Copy Code
|
---|
Public Function WriteBool( _ boolValue As Boolean, _ elementName As String, _ parentElement As XmlElement _ ) As XmlElement |
Parameters
Return Value
Type: XmlElement The created XmlElement
See Also
|