We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Adds an expression that converts a value of type fromType to toType.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public void SetConvertExpression( Type fromType, Type toType, LambdaExpression expr, bool addNullCheck = true )
VB
Public Sub SetConvertExpression ( fromType As Type, toType As Type, expr As LambdaExpression, Optional addNullCheck As Boolean = true )
F#
member SetConvertExpression : fromType : Type * toType : Type * expr : LambdaExpression * ?addNullCheck : bool (* Defaults: let _addNullCheck = defaultArg addNullCheck true *) -> unit
MappingSchema ClassSetConvertExpression OverloadCodeJam.Mapping Namespace