Click or drag to resize

StiReportObjectStringConverterConvertStringToExpression Method

Converts string into expression.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiExpression ConvertStringToExpression(
	Type type,
	string str
)

Parameters

type
Type: SystemType
Expression type.
str
Type: SystemString
String that shows expression.

Return Value

Type: StiExpression
Expression got as result of conversion.
See Also