The following tables list the members exposed by FloatRoundConverter.
Public Properties
| Name | Description |
| CanRead | (Inherited from Newtonsoft.Json.JsonConverter) |
| CanWrite | (Inherited from Newtonsoft.Json.JsonConverter) |
Top
Public Methods
| Name | Description |
| CanConvert | Overridden. Check if the specified type can be converted. |
| GetSchema | (Inherited from Newtonsoft.Json.JsonConverter) |
| ReadJson | Overridden. Reads the JSON representation of the object. |
| WriteJson | Overridden. Writes the JSON representation of the object. |
Top
See Also