Packageorg.pranaframework.utils
Classpublic class TypeConverter

Converts a variable from one type to another.



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
*