Click or drag to resize

StiJsonHelperLoadFromJsonString Method

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

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void LoadFromJsonString(
	string str,
	Object value
)

Parameters

str
Type: SystemString

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

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.StiJsonHelper.LoadFromJsonString(System.String,System.Object)"]

See Also