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.
Returns an expression that converts a value of type TFrom to TTo or null.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
protected virtual LambdaExpression TryGetConvertExpression( Type from, Type to )
VB
Protected Overridable Function TryGetConvertExpression ( from As Type, to As Type ) As LambdaExpression
F#
abstract TryGetConvertExpression : from : Type * to : Type -> LambdaExpression override TryGetConvertExpression : from : Type * to : Type -> LambdaExpression
Type: LambdaExpressionConvert expression.
MappingSchema ClassCodeJam.Mapping Namespace