AngleConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method
Converts the specified object to another type.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
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.