Click or drag to resize

CastHelperGetTypeCaster Method

Gets the cast converter.

Namespace:  com.espertech.esper.compat.util
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static TypeCaster GetTypeCaster(
	Type sourceType,
	Type targetType
)

Parameters

sourceType
Type: SystemType
Type of the source.
targetType
Type: SystemType
Type of the target.

Return Value

Type: TypeCaster

[Missing <returns> documentation for "M:com.espertech.esper.compat.util.CastHelper.GetTypeCaster(System.Type,System.Type)"]

See Also