Click or drag to resize

ValueSequenceTDataTypeElementValueConverterTGetElementValue Method

Gets the element value, using the default 'from'-converter or the one, set by SetConverters(FuncXElement, UTT, FuncUTT, Object).

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public T GetElementValue(
	XElement element
)

Parameters

element  XElement
The element.

Return Value

T
The element value.
See Also