[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ConvertFunctions.CULong

CULong Method

CULong(List<IExpression>)

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

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

The value to convert.

Returns
Type Description
object