Table of Contents

Class XMLTypeConverter

Namespace
Innova.Data.AppSettings
Assembly
Innova.Data.dll

Provides XML serialization and deserialization for a specified type.

public class XMLTypeConverter : TypeConverter
Inheritance
XMLTypeConverter

Constructors

XMLTypeConverter(Type)

Initializes a new instance of the XMLTypeConverter class with the specified type.

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

Determines whether this converter can convert the specified source type to the type of this converter.

CanConvertTo(ITypeDescriptorContext, Type)

Determines whether this converter can convert the object to the specified destination type.

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts the specified string to an object of the type of this converter.

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the specified object to the specified destination type.