| Package | org.springextensions.actionscript.utils |
| SVN browsing | TypeConverter.as |
| Fisheye | TypeConverter.as |
| Class | public final class TypeConverter |
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 | ||
|---|---|---|---|
|
execute(value:String, applicationDomain:ApplicationDomain = null):*
[static]
Converts a variable from a String to the best suited type for the
variable.
| TypeConverter | ||
| execute | () | method |
public static function execute(value:String, applicationDomain:ApplicationDomain = null):*Converts a variable from a String to the best suited type for the variable.
Parametersvalue:String — the value to convert
|
|
applicationDomain:ApplicationDomain (default = null) |
* |