DoubleForEquals.ToType Method


Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0

Syntax

VB

Public Function ToType ( 
	conversionType As Type,
	provider As IFormatProvider
) As Object

C#

public Object ToType(
	Type conversionType,
	IFormatProvider provider
)

Parameters

conversionType
Type: System.Type
provider
Type: System.IFormatProvider

Return Value

Type: Object

Implements

IConvertible.ToType(Type, IFormatProvider)

See Also

Reference

DoubleForEquals Structure
Autodesk.iLogic.Interfaces Namespace