Click or drag to resize

IJsonValueConverterJsonToValue Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:JsonRpc.Contracts.IJsonValueConverter.JsonToValue(Newtonsoft.Json.Linq.JToken,System.Type)"]

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
Object JsonToValue(
	JToken json,
	Type valueType
)

Parameters

json
Type: JToken

[Missing <param name="json"/> documentation for "M:JsonRpc.Contracts.IJsonValueConverter.JsonToValue(Newtonsoft.Json.Linq.JToken,System.Type)"]

valueType
Type: SystemType

[Missing <param name="valueType"/> documentation for "M:JsonRpc.Contracts.IJsonValueConverter.JsonToValue(Newtonsoft.Json.Linq.JToken,System.Type)"]

Return Value

Type: Object
See Also