Packageorg.springextensions.actionscript.objects
Interfacepublic interface ITypeConverter
ImplementorsSimpleTypeConverter

Converts a string value to a typed object.

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
  
convertIfNecessary(value:*, requiredType:Class = null):*
Convert the given value to the required type.
ITypeConverter
Method detail
convertIfNecessary()method
public function convertIfNecessary(value:*, requiredType:Class = null):*

Convert the given value to the required type.

Parameters
value:* — the value to convert
 
requiredType:Class (default = null) — the type to convert to

Returns
*