[]
        
(Showing Draft Content)

C1.Web.Api.Excel.FloatRoundConverter

FloatRoundConverter Class

The json converter for rounding the float value.

Inheritance
FloatRoundConverter
Namespace: C1.Web.Api.Excel
Assembly: C1.Web.Api.Excel.dll
Syntax
public class FloatRoundConverter : JsonConverter

Constructors

Name Description
FloatRoundConverter()

Methods

Name Description
CanConvert(Type)

Check if the specified type can be converted.

ReadJson(JsonReader, Type, object, JsonSerializer)

Reads the JSON representation of the object.

WriteJson(JsonWriter, object, JsonSerializer)

Writes the JSON representation of the object.