VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.TypeConverters Namespace / RectangleFConverter Class / ConvertTo Methods
In This Topic
    ConvertTo Method (RectangleFConverter)
    In This Topic
    Overloaded. Converts the given object to another type. The most common types to convert are to and from a string object. The default implementation will make a call to ToString on the object if the object is valid and if the destination type is string. If this cannot convert to the destination type, this will throw a NotSupportedException.
    Overload List
    OverloadDescription
    Converts the given object to another type. The most common types to convert are to and from a string object. The default implementation will make a call to ToString on the object if the object is valid and if the destination type is string. If this cannot convert to the destination type, this will throw a NotSupportedException.
    (Inherited from System.ComponentModel.TypeConverter)
    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