Converter that performs no action, useful for untyped method parameters or properties.
public static var INSTANCE:NoOpConverter public function convert(value:*, domain:ApplicationDomain = null):*
Converts the specified value to the target type this Converter is implemented for.
Implementations should return the value unchanged if it is already of the target type.
Parameters
| value:* — the value to be converted
|
| |
| domain:ApplicationDomain (default = null) — the domain to use for reflection (only used by some converter implementations)
|
Returns
Sat Apr 2 2011, 11:09 PM +01:00