StringToUriConverter Class

Definition

Converts strings to and from Uri values.

public class StringToUriConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringUriConverter<string,Uri>
type StringToUriConverter = class
    inherit StringUriConverter<string, Uri>
Public Class StringToUriConverter
Inherits StringUriConverter(Of String, Uri)
Inheritance
Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.StringUriConverter<String,Uri>
StringToUriConverter

Remarks

See EF Core value converters for more information and examples.

Constructors

StringToUriConverter()

Creates a new instance of this converter. This converter preserves order.

StringToUriConverter(ConverterMappingHints)

Creates a new instance of this converter. This converter preserves order.

Properties

DefaultInfo

A ValueConverterInfo for the default use of this converter.

Applies to