Edit

Share via


JsonMetadataServices.UInt16Converter Property

Definition

Important

This API is not CLS-compliant.

Gets an object that converts UInt16 values.

public:
 static property System::Text::Json::Serialization::JsonConverter<System::UInt16> ^ UInt16Converter { System::Text::Json::Serialization::JsonConverter<System::UInt16> ^ get(); };
[System.CLSCompliant(false)]
public static System.Text.Json.Serialization.JsonConverter<ushort> UInt16Converter { get; }
[<System.CLSCompliant(false)>]
static member UInt16Converter : System.Text.Json.Serialization.JsonConverter<uint16>
Public Shared ReadOnly Property UInt16Converter As JsonConverter(Of UShort)

Property Value

Attributes

Remarks

This API is for use by the output of the System.Text.Json source generator and should not be called directly.

Applies to