Pacchetto | com.adobe.fiber.runtime.lib |
Classe | public class ConversionFunc |
Ereditarietà | ConversionFunc Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
[statico]
Converts a string to a double. | ConversionFunc | ||
[statico]
Converts a string to a float. | ConversionFunc | ||
[statico]
Converts a string to an integer. | ConversionFunc | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
[statico]
Converts a string to a long. | ConversionFunc | ||
[statico]
Returns the string representation of a value. | ConversionFunc | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione dei metodi
toDouble | () | metodo |
public static function toDouble(s:Object):Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Converts a string to a double.
Parametri
s:Object — String to convert
|
Number — Integer value
|
toFloat | () | metodo |
public static function toFloat(s:Object):Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Converts a string to a float.
Parametri
s:Object — String to convert
|
Number — Integer value
|
toInteger | () | metodo |
public static function toInteger(s:Object):int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Converts a string to an integer.
Parametri
s:Object — String to convert
|
int — Integer value
|
toLong | () | metodo |
public static function toLong(s:Object):int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Converts a string to a long.
Parametri
s:Object — String to convert
|
int — Integer value
|
toString | () | metodo |
public static function toString(value:Object):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the string representation of a value.
Parametri
value:Object — Value
|
String — String
|
Tue Jun 12 2018, 02:44 PM Z