XElementHelperGetString Method

Gets the string.

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 string GetString(
	XElement element,
	string key
)

Parameters

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

Return Value

Type: String
System.String.
See Also

Reference