Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class DateTimeConverterUsingDateTimeParse

    Class DateTimeConverterUsingDateTimeParse. Implements the JsonConverter<T>

    Inheritance
    object
    JsonConverter
    JsonConverter<DateTime>
    DateTimeConverterUsingDateTimeParse
    Inherited Members
    JsonConverter<DateTime>.CanConvert(Type)
    JsonConverter<DateTime>.ReadAsPropertyName(ref Utf8JsonReader, Type, JsonSerializerOptions)
    JsonConverter<DateTime>.WriteAsPropertyName(Utf8JsonWriter, DateTime, JsonSerializerOptions)
    JsonConverter<DateTime>.HandleNull
    JsonConverter<DateTime>.Type
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class DateTimeConverterUsingDateTimeParse : JsonConverter<DateTime>

    Constructors

    DateTimeConverterUsingDateTimeParse()

    Class DateTimeConverterUsingDateTimeParse. Implements the JsonConverter<T>

    Declaration
    public DateTimeConverterUsingDateTimeParse()
    See Also
    JsonConverter<T>

    Methods

    Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

    Reads the specified reader.

    Declaration
    public override DateTime Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonReader reader

    The reader.

    Type typeToConvert

    The type to convert.

    JsonSerializerOptions options

    The options.

    Returns
    Type Description
    DateTime

    DateTime.

    Overrides
    JsonConverter<DateTime>.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
    See Also
    JsonConverter<T>

    Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)

    Writes the specified writer.

    Declaration
    public override void Write(Utf8JsonWriter writer, DateTime value, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonWriter writer

    The writer.

    DateTime value

    The value.

    JsonSerializerOptions options

    The options.

    Overrides
    JsonConverter<DateTime>.Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)
    See Also
    JsonConverter<T>

    See Also

    JsonConverter<T>

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT