Packageorg.springextensions.actionscript.utils
SVN browsingTypeConverter.as
FisheyeTypeConverter.as
Classpublic final 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, applicationDomain:ApplicationDomain = null):*
[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, applicationDomain:ApplicationDomain = null):*

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

Parameters
value:String — the value to convert
 
applicationDomain:ApplicationDomain (default = null)

Returns
*