Converts an array of one type to an array of another type.
[Edit]
Type Parameters
- TInput
- Documentation for this section has not yet been entered.
[Edit]
- TOutput
- Documentation for this section has not yet been entered.
[Edit]
Parameters
- array
- The one-dimensional array to convert.
[Edit]
- converter
- A Converter<T, U> that converts each element from one type to another type.
[Edit]
Returns
A new array of the target type containing the converted elements from array.
[Edit]
Exceptions
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0