AnnotationBrushConverterConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the given value object to the specified type, using the specified context and culture
information.
Namespace:
Atalasoft.Annotate.Converters
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override Object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
Object value,
Type destinationType
)
Public Overrides Function ConvertTo (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object,
destinationType As Type
) As Object
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context. - culture
- Type: System.GlobalizationCultureInfo
A CultureInfo object. If a null reference (Nothing in Visual Basic) is passed, the current
culture is assumed. - value
- Type: SystemObject
The Object to convert. - destinationType
- Type: SystemType
The Type to convert the value parameter to.
Return Value
Type:
Object An Object that represents the converted value.
See Also