- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Mapping_MappingSchema_ChangeType
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        5 revisions
      
    Returns an object of a specified type whose value is equivalent to a specified object.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public Object ChangeType(
	Object value,
	Type conversionType
)VB
Public Function ChangeType ( 
	value As Object,
	conversionType As Type
) As ObjectF#
member ChangeType : 
        value : Object * 
        conversionType : Type -> Object 
- value
- Type: System.Object
 An object to convert.
- conversionType
- Type: System.Type
 The type of object to return.
Type: Object
An object whose type is conversionType and whose value is equivalent to value.