[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ConvertFunctions.CDate

CDate Method

CDate(List<IExpression>)

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

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

The value to convert.

Returns
Type Description
object