There was an error while loading. Please reload this page.
Returns an object of a specified type whose value is equivalent to a specified object.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static Object ChangeType( Object value, Type conversionType, MappingSchema mappingSchema = null )
VB
Public Shared Function ChangeType ( value As Object, conversionType As Type, Optional mappingSchema As MappingSchema = Nothing ) As Object
F#
static member ChangeType : value : Object * conversionType : Type * ?mappingSchema : MappingSchema (* Defaults: let _mappingSchema = defaultArg mappingSchema null *) -> Object
Type: ObjectAn object whose type is conversionType and whose value is equivalent to value.
Converter ClassCodeJam.Mapping Namespace