IEnumerableConverter..::..Convert Method
Converts the IEnumerable value based the specified IEnumerableConverterMethod parameter.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Syntax
public Object Convert( IEnumerable value, Object parameter )
Public Function Convert ( _ value As IEnumerable, _ parameter As Object _ ) As Object
public: Object^ Convert( IEnumerable^ value, Object^ parameter )
Parameters
- value
- Type: IEnumerable
The IEnumerable value to convert.
- parameter
- Type: Object
A parameter Object that specifies the parameter used in some of the IEnumerableConverterMethod methods.