Click or drag to resize

ValueSequenceTDataTypeElementValueConverterTSetConverters Method

Sets custom value converters to support conversion from objects to user defined types.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void SetConverters(
	Func<XElement, T> convertFrom,
	Func<T, Object> convertTo
)

Parameters

convertFrom  FuncXElement, T
The convert from.
convertTo  FuncT, Object
The convert to.
See Also