-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Mapping_Converter
andrewvk edited this page Jul 1, 2016
·
5 revisions
Provides data convertion functionality.
System.Object
CodeJam.Mapping.Converter
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.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. |