Click or drag to resize

StiObjectStringConverterStringToObject Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiObjectStringConverter.StringToObject(System.String,System.Type)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public virtual Object StringToObject(
	string str,
	Type type
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Stimulsoft.Base.StiObjectStringConverter.StringToObject(System.String,System.Type)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Base.StiObjectStringConverter.StringToObject(System.String,System.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Base.StiObjectStringConverter.StringToObject(System.String,System.Type)"]

See Also