Click or drag to resize

StiReportObjectStringConverterConvertStringToVariable Method

Converts string into variable.

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

Parameters

type
Type: SystemType
Type of variable.
str
Type: SystemString
String that shows variable.

Return Value

Type: StiVariable
Variable got as result of conversion.
See Also