Int24ConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method
Converts the specified object to another type.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.166 -- Release Build+615b5375380e2ef684e1623e3d24332fd3a8e571
function ConvertTo(context, culture, value, destinationType);
- context ITypeDescriptorContext
- An ITypeDescriptorContext that provides a format context.
- culture CultureInfo
- A CultureInfo that specifies the culture to represent the number.
- value Object
- The object to convert.
- destinationType Type
- The type to convert the object to.
ObjectAn
Object that represents the converted value.