-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Mapping_Converter
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Provides data convertion functionality.
System.Object
CodeJam.Mapping.Converter
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static class Converter
VB
Public NotInheritable Class Converter
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Converter = class end
The Converter type exposes the following members.
Name | Description | |
---|---|---|
ChangeType | Returns an object of a specified type whose value is equivalent to a specified object. | |
ChangeTypeTo(T) | Returns an object of a specified type whose value is equivalent to a specified object. | |
SetConverter(TFrom, TTo) | Adds a custom converter from TFrom to TTo types. |