mindee-api-dotnet

DecimalJsonConverter.Read Method

Declaring Type: DecimalJsonConverter
Namespace: Mindee.Parsing.Standard
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

public decimal? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options);

Parameters

reader Utf8JsonReader

typeToConvert Type

options JsonSerializerOptions

Returns

Nullable<decimal>


Documentation generated by MdDocs