ChargeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method
Converts the given object to the converter's native type.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public override Object? ConvertFrom(
	ITypeDescriptorContext? context,
	CultureInfo? culture,
	Object value
)
Public Overrides Function ConvertFrom ( 
	context As ITypeDescriptorContext,
	culture As CultureInfo,
	value As Object
) As Object
public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context, 
	CultureInfo^ culture, 
	Object^ value
) override
function ConvertFrom(context, culture, value);
- 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.
ObjectAn 
Object that represents the converted value.
 | Exception | value is not a valid value for the target type. | 
| NotSupportedException | The conversion cannot be performed. |