UriConverter Class

Static class that contains methods to create TypeConverterT instances for the Uri class.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings.TypeConverters
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public static class UriConverter
Inheritance
Object    UriConverter

Methods

CreateNonNullable Creates a new TypeConverter<Uri> instance.
CreateNullable Creates a new TypeConverter<Uri?> instance.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also