[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ConvertFunctions.CType

CType Method

CType(List<IExpression>)

Returns an object of the specified type and whose value is equivalent to the specified object.

Declaration
public static object CType(List<IExpression> source)
Parameters
Type Name Description
List<IExpression> source

0 - The value to convert. 1 - The specified type.

Returns
Type Description
object