Persistate API documentation
ConvertFrom Method (context, culture, value)
NamespacesPersistateMultiValueConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

[This is preliminary documentation and is subject to change.]

Converts the given value to the type of this converter.
Declaration Syntax
C#
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)
Parameters
context (ITypeDescriptorContext)
A ITypeDescriptorContext that provides a format context.
culture (CultureInfo)
The CultureInfo to use as the current culture.
value (Object)
The object to convert.
Return Value
an object that represents the converted value.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)