Click or drag to resize

CastHelperGetCastConverter Method (Type)

Gets the cast converter for the specified type. If none is found, this method returns null.

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

Parameters

t
Type: SystemType
The t.

Return Value

Type: TypeCaster

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

See Also