Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.sourceType A System.Type that represents the type you want to convert from. Ret...
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context. Overload List
Returns whether this converter can convert the object to the specified type, using the specified context. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.destinationType A System.Type that represents the type you want to convert to. Return Value true if this...
Returns whether this converter can convert the object to the specified type, using the specified context. Overload List
Converts the given object to the type of this converter, using the specified context and culture information. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.culture The System.Globalization.CultureInfo to use as the current culture.value The System.Object t...
Converts the given object to the type of this converter, using the specified context and culture information. Overload List
Converts the given value object to the specified type, using the specified and culture information. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.culture A System.Globalization.CultureInfo. If null is passed, the current culture is assumed.value The System...
Converts the given value object to the specified type, using the specified and culture information. Overload List
Creates an instance of the type that this System.ComponentModel.TypeConverter is associated with, using the specified context, given a set of property values for the object. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.propertyValues An System.Collections...
Creates an instance of the type that this System.ComponentModel.TypeConverter is associated with, using the specified context, given a set of property values for the object. Overload List