Represents the method that converts an object from one type to another.
[
Edit]
public delegate TOutput Converter<TInput, TOutput> (TInput input) |
|
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
- input
- Documentation for this section has not yet been entered.
[Edit]
Value
The object converted to the target type.The object converted to the target type.Documentation for this section has not yet been entered.
[Edit]
[Edit]
[Edit]
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0