Click or drag to resize

AbstractTypeCoercerCoerce Method

Convert a value.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public abstract Object Coerce(
	string property,
	string source
)

Parameters

property
Type: SystemString
property name
source
Type: SystemString
value to convert

Return Value

Type: Object
object value
See Also