Returns a boolean based on the given XAttribute.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected static bool CreateBoolean(
	XAttribute xml
)
Visual Basic (Declaration)
Protected Shared Function CreateBoolean ( _
	xml As XAttribute _
) As Boolean

Parameters

xml
Type: System.Xml.Linq..::.XAttribute
The XAttribute to deserialize.

Return Value

The boolean that the XAttribute represents.

See Also