Packageorg.springextensions.actionscript.utils
Classpublic class TypeConverter

Converts a variable from one type to another.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Methods
 MethodDefined by
  
execute(value:String):*
[static] Converts a variable from a String to the best suited type for the variable.
TypeConverter
Method detail
execute()method
public static function execute(value:String):*

Converts a variable from a String to the best suited type for the variable.

Parameters
value:String — the value to convert

Returns
*