-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_ConvertTo_1_From__1
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Converts an object from the TFrom type to the TTo.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static TTo From<TFrom>(
TFrom o
)
VB
Public Shared Function From(Of TFrom) (
o As TFrom
) As TTo
F#
static member From :
o : 'TFrom -> 'TTo
- o
- Type: TFrom
An object to convert.
- TFrom
- [Missing documentation for "M:CodeJam.Mapping.ConvertTo`1.From
1(
0)"]
Type: TTo
Converted object.
ConvertTo.From("123");