public class JsonDecimalString : JsonConverter<decimal?>| JsonDecimalString | Initializes a new instance of the JsonDecimalString class |
| HandleNull |
Gets a value that indicates whether null should be passed to the converter on serialization.
(Overrides JsonConverterTHandleNull) |
| Read | Reads and converts the JSON to a nullable decimal. (Overrides JsonConverterTRead(Utf8JsonReader, Type, JsonSerializerOptions)) |
| Write | Writes a specified value as JSON. (Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions)) |