Skip to content

T_CodeJam_Mapping_Convert_2

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

Convert(TFrom, TTo) Class

Provides data convertion functionality.

Inheritance Hierarchy

System.Object
  CodeJam.Mapping.Convert(TFrom, TTo)
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

public static class Convert<TFrom, TTo>

VB

Public NotInheritable Class Convert(Of TFrom, TTo)

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type Convert<'TFrom, 'TTo> =  class end

Type Parameters

 

TFrom
Type to convert from.
TTo
Type to convert to.
  The Convert(TFrom, TTo) type exposes the following members.

Properties

 

Name Description
Public propertyStatic member Expression Represents an expression that converts a value of TFrom type to TTo type.
Public propertyStatic member From Returns a function that converts a value of TFrom type to TTo type.
Public propertyStatic member Lambda Represents a function that converts a value of TFrom type to TTo type.
  Back to Top

See Also

Reference

CodeJam.Mapping Namespace

Clone this wiki locally