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
)
Public Function ConvertStringToExpression (
type As Type,
str As String
) As StiExpression
Parameters
- type
- Type: SystemType
Expression type. - str
- Type: SystemString
String that shows expression.
Return Value
Type:
StiExpressionExpression got as result of conversion.
See Also