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