Click or drag to resize

JsonConvertDeserializeAnonymousTypeT Method (String, T)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)"]

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static T DeserializeAnonymousType<T>(
	string value,
	T anonymousTypeObject
)

Parameters

value
Type: SystemString

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

anonymousTypeObject
Type: T

[Missing <param name="anonymousTypeObject"/> documentation for "M:Stimulsoft.Base.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Stimulsoft.Base.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)"]

See Also