MassConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method

Converts the given object to the converter's native type.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
public override Object? ConvertFrom(
	ITypeDescriptorContext? context,
	CultureInfo? culture,
	Object value
)

Parameters

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.

Return Value

Object
An Object that represents the converted value.

Exceptions

Exceptionvalue is not a valid value for the target type.
NotSupportedExceptionThe conversion cannot be performed.

See Also