Click or drag to resize

JsonConvertDeserializeObject Method (String, Type)

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

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Object DeserializeObject(
	string value,
	Type type
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Json.JsonConvert.DeserializeObject(System.String,System.Type)"]

type
Type: SystemType

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

Return Value

Type: Object

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

See Also