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
)
Public Function ConvertStringToVariable (
type As Type,
str As String
) As StiVariable
Parameters
- type
- Type: SystemType
Type of variable. - str
- Type: SystemString
String that shows variable.
Return Value
Type:
StiVariableVariable got as result of conversion.
See Also