| Package | org.springextensions.actionscript.objects |
| Interface | public interface ITypeConverter |
| Implementors | SimpleTypeConverter |
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
convertIfNecessary(value:*, requiredType:Class = null):*
Convert the given value to the required type.
| ITypeConverter | ||
| convertIfNecessary | () | method |
public function convertIfNecessary(value:*, requiredType:Class = null):*Convert the given value to the required type.
Parametersvalue:* — the value to convert
|
|
requiredType:Class (default = null) — the type to convert to
|
* |