Skip to content

T_CodeJam_Mapping_ConvertTo_1

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

ConvertTo(TTo) Class

A helper class to convert a value of TTo type.

Inheritance Hierarchy

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

Syntax

C#

public static class ConvertTo<TTo>

VB

Public NotInheritable Class ConvertTo(Of TTo)

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type ConvertTo<'TTo> =  class end

Type Parameters

 

TTo
[Missing documentation for "T:CodeJam.Mapping.ConvertTo`1"]
  The ConvertTo(TTo) type exposes the following members.

Methods

 

Name Description
Public methodStatic memberCode example From(TFrom) Converts an object from the TFrom type to the TTo.
  Back to Top

See Also

Reference

CodeJam.Mapping Namespace

Clone this wiki locally