-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Mapping_ConvertTo_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
A helper class to convert a value of TTo type.
System.Object
CodeJam.Mapping.ConvertTo(TTo)
Namespace: CodeJam.Mapping
Assembly: 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
- TTo
- [Missing documentation for "T:CodeJam.Mapping.ConvertTo`1"]
Name | Description | |
---|---|---|
From(TFrom) | Converts an object from the TFrom type to the TTo. |