Editar

Compartilhar via


JsonPropertyInfoValues<T>.NumberHandling Property

Definition

If the property or field is a number, specifies how it should processed when serializing and deserializing.

public:
 property Nullable<System::Text::Json::Serialization::JsonNumberHandling> NumberHandling { Nullable<System::Text::Json::Serialization::JsonNumberHandling> get(); void set(Nullable<System::Text::Json::Serialization::JsonNumberHandling> value); };
public System.Text.Json.Serialization.JsonNumberHandling? NumberHandling { get; init; }
member this.NumberHandling : Nullable<System.Text.Json.Serialization.JsonNumberHandling> with get, set
Public Property NumberHandling As Nullable(Of JsonNumberHandling)

Property Value

Applies to