StiReportObjectStringConverterConvertVariableToString Method |
Converts variable into string.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public string ConvertVariableToString(
StiVariable variable
)
Public Function ConvertVariableToString (
variable As StiVariable
) As String
Parameters
- variable
- Type: Stimulsoft.Report.DictionaryStiVariable
Variable for conversion.
Return Value
Type:
StringString got as result of conversion.
See Also