-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Mapping_Convert_2
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Provides data convertion functionality.
System.Object
CodeJam.Mapping.Convert(TFrom, TTo)
Namespace: CodeJam.Mapping
Assembly: 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
- TFrom
- Type to convert from.
- TTo
- Type to convert to.
Name | Description | |
---|---|---|
Expression | Represents an expression that converts a value of TFrom type to TTo type. | |
From | Returns a function that converts a value of TFrom type to TTo type. | |
Lambda | Represents a function that converts a value of TFrom type to TTo type. |