[]
The json converter for rounding the float value.
public class FloatRoundConverter : JsonConverter
| Name | Description |
|---|---|
| FloatRoundConverter() |
| 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. |