Click or drag to resize

StiObjectStateSaverReadObjectStateFromString Method (Object, String, StiObjectStringConverter)

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

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void ReadObjectStateFromString(
	Object obj,
	string str,
	StiObjectStringConverter converter
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Stimulsoft.Base.StiObjectStateSaver.ReadObjectStateFromString(System.Object,System.String,Stimulsoft.Base.StiObjectStringConverter)"]

str
Type: SystemString

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

converter
Type: Stimulsoft.BaseStiObjectStringConverter

[Missing <param name="converter"/> documentation for "M:Stimulsoft.Base.StiObjectStateSaver.ReadObjectStateFromString(System.Object,System.String,Stimulsoft.Base.StiObjectStringConverter)"]

See Also