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.
A helper class to convert a value of TTo type.
System.Object CodeJam.Mapping.ConvertTo(TTo) Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static class ConvertTo<TTo>
VB
Public NotInheritable Class ConvertTo(Of TTo)
F#
[<AbstractClassAttribute>] [<SealedAttribute>] type ConvertTo<'TTo> = class end
CodeJam.Mapping Namespace