JsonMetadataServices.BooleanConverter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that converts Boolean values.
public:
static property System::Text::Json::Serialization::JsonConverter<bool> ^ BooleanConverter { System::Text::Json::Serialization::JsonConverter<bool> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<bool> BooleanConverter { get; }
static member BooleanConverter : System.Text.Json.Serialization.JsonConverter<bool>
Public Shared ReadOnly Property BooleanConverter As JsonConverter(Of Boolean)
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.