JsonDecimalStringRead Method
Reads and converts the JSON to a nullable decimal.
Namespace: Common.Core.ConvertersAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public override decimal? Read(
ref Utf8JsonReader reader,
Type typeToConvert,
JsonSerializerOptions options
)
- reader Utf8JsonReader
- The reader.
- typeToConvert Type
- The type to convert.
- options JsonSerializerOptions
- An object that specifies serialization options to use.
NullableDecimalThe converted value or
if the value could not be converted.