 | AbstractTypeCoercerCoerce Method |
Convert a value.
Namespace:
com.espertech.esperio.csv
Assembly:
NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntaxpublic abstract Object Coerce(
string property,
string source
)
Parameters
- property
- Type: SystemString
property name - source
- Type: SystemString
value to convert
Return Value
Type:
Objectobject value
See Also