Method ConvertFrom
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
ConvertFrom - Attempt to convert to a length from the given object
public override object ConvertFrom(ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, object source)
Parameters
typeDescriptorContext
ITypeDescriptorContextThe ITypeDescriptorContext for this call.
cultureInfo
CultureInfoThe CultureInfo which is respected when converting.
source
objectThe object to convert to a double.
Returns
- object
The double representing the size in device-independent units.
Exceptions
- ArgumentNullException
An ArgumentNullException is thrown if the example object is null.
- ArgumentException
An ArgumentException is thrown if the example object is not null and is not a valid type which can be converted to a double.