XElementHelperGetBool Method

Gets the bool.

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool GetBool(
	XElement element,
	string key
)

Parameters

element
Type: System.Xml.LinqXElement
The element.
key
Type: SystemString
The key.

Return Value

Type: Boolean
true if XXXX, false otherwise.
See Also

Reference