Edit

Share via


JsonMetadataServices.UInt32Converter Property

Definition

Important

This API is not CLS-compliant.

Gets an object that converts UInt32 values.

public:
 static property System::Text::Json::Serialization::JsonConverter<System::UInt32> ^ UInt32Converter { System::Text::Json::Serialization::JsonConverter<System::UInt32> ^ get(); };
[System.CLSCompliant(false)]
public static System.Text.Json.Serialization.JsonConverter<uint> UInt32Converter { get; }
[<System.CLSCompliant(false)>]
static member UInt32Converter : System.Text.Json.Serialization.JsonConverter<uint32>
Public Shared ReadOnly Property UInt32Converter As JsonConverter(Of UInteger)

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