FloatRoundConverter Class Members
In This Topic
The following tables list the members exposed by FloatRoundConverter.
Public Constructors
Public Properties
| Name | Description |
 | CanRead | (Inherited from Newtonsoft.Json.JsonConverter) |
 | CanWrite | (Inherited from Newtonsoft.Json.JsonConverter) |
Top
Public Methods
| Name | Description |
 | CanConvert | Overridden. Determines whether this instance can convert the specified object type. |
 | 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