ButtonSpecNavFixedConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method |
Converts the given value object to the specified type, using the specified context and culture information.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override Object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
Object value,
Type destinationType
)
Parameters
- context ITypeDescriptorContext
- An ITypeDescriptorContext that provides a format context.
- culture CultureInfo
- A CultureInfo. If a null reference (Nothing in Visual Basic) is passed, the current culture is assumed.
- value Object
- The Object to convert.
- destinationType Type
- The Type to convert the value parameter to.
Return Value
ObjectAn Object that represents the converted value.
See Also