StiReportObjectStringConverterStringToObject Method |
Converts string into object.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override Object StringToObject(
string str,
Type type
)
Public Overrides Function StringToObject (
str As String,
type As Type
) As Object
Parameters
- str
- Type: SystemString
String that contains object. - type
- Type: SystemType
Object type.
Return Value
Type:
ObjectObject.
See Also