Edit

Share via


JsonMetadataServices.StringConverter Property

Definition

Gets an object that converts String values.

public:
 static property System::Text::Json::Serialization::JsonConverter<System::String ^> ^ StringConverter { System::Text::Json::Serialization::JsonConverter<System::String ^> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<string?> StringConverter { get; }
static member StringConverter : System.Text.Json.Serialization.JsonConverter<string>
Public Shared ReadOnly Property StringConverter As JsonConverter(Of String)

Property Value

Remarks

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

Applies to