This interface can be used for providing a default converter that converts R value to .NET `obj` values. The converter is used whenever the user calls the `se.Value` member on `SymbolicExpression. This property should convert an R value to the "most appropriate" .NET object.
Instance member | Description |
Full Usage:
this.Convert(arg1)
Parameters:
SymbolicExpression
Returns: Option<obj>
Modifiers: abstract |
The method is called when the user accesses the `Value` property on a `SymbolicExpression` value returned from the R provider.
|