Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The ConversionFunc class defines the implementations of the expression runtime functions for conversion
in the Adobe application modeling language.
public static function ConvertCharCollectionToString(charCollection:ArrayCollection):String
Parameters
Returns | String — a string made out of the characters
|
public static function toDouble(s:Object):Number
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Converts a string to a double.
Parameters
Returns public static function toFloat(s:Object):Number
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Converts a string to a float.
Parameters
Returns public static function toInteger(s:Object):int
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Converts a string to an integer.
Parameters
Returns public static function toLong(s:Object):int
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Converts a string to a long.
Parameters
Returns public static function toString(value:Object):String
Language Version: | ActionScript 3.0 |
Product Version: | LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the string representation of a value.
Parameters
Returns