[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ConvertFunctions.CInt

CInt Method

CInt(List<IExpression>)

Converts the specified string representation of a logical value to its int equivalent.

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

The value to convert.

Returns
Type Description
object