Skip to content

M_CodeJam_Mapping_MappingSchema_GetConverter__2

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

MappingSchema.GetConverter(TFrom, TTo) Method

Returns converter from a value of type TFrom to TTo.

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

public Func<TFrom, TTo> GetConverter<TFrom, TTo>()

VB

Public Function GetConverter(Of TFrom, TTo) As Func(Of TFrom, TTo)

F#

member GetConverter : unit -> Func<'TFrom, 'TTo> 

Type Parameters

 

TFrom
Type to convert from.
TTo
Type to convert to.

Return Value

Type: Func(TFrom, TTo)
Convert function.

See Also

Reference

MappingSchema Class
CodeJam.Mapping Namespace

Clone this wiki locally