Click or drag to resize

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
)

Parameters

str
Type: SystemString
String that contains object.
type
Type: SystemType
Object type.

Return Value

Type: Object
Object.
See Also