VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.TypeConverters Namespace / SimpleTypeConverter<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    SimpleTypeConverter<T> Class
    In This Topic
    Converts objects of type T from one data type to another.
    Object Model
    SimpleTypeConverter<T>
    Syntax
    'Declaration
    
    Public Class SimpleTypeConverter(Of T
    The type for convert.
    ) Inherits System.ComponentModel.TypeConverter
    public class SimpleTypeConverter<T> : System.ComponentModel.TypeConverter
    
    
    public __gc class SimpleTypeConverter<T> : public System.ComponentModel.TypeConverter*
    
    
    generic<typename T>
    public ref class SimpleTypeConverter : public System.ComponentModel.TypeConverter^
    
    

    Type Parameters

    T
    The type for convert.
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          Vintasoft.Imaging.TypeConverters.SimpleTypeConverter<T>

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also