Open this page in the API Guide

NumberJsonConverter.ReadJson Method

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public override Object ReadJson(
	JsonReader reader,
	Type objectType,
	Object existingValue,
	JsonSerializer serializer
)

Parameters

reader
Type: JsonReader
objectType
Type: System.Type
existingValue
Type: System.Object
serializer
Type: JsonSerializer

Return Value

Type: Object
See Also