[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ConvertFunctions.CStr

CStr Method

CStr(List<IExpression>)

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

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

The value to convert.

Returns
Type Description
object