There was an error while loading. Please reload this page.
Provides data convertion functionality.
System.Object CodeJam.Mapping.Convert(TFrom, TTo) Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static class Convert<TFrom, TTo>
VB
Public NotInheritable Class Convert(Of TFrom, TTo)
F#
[<AbstractClassAttribute>] [<SealedAttribute>] type Convert<'TFrom, 'TTo> = class end
CodeJam.Mapping Namespace