EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 657

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
String() 657
String.toLowerCase()
Availability
Flash Player 5.
Usage
my_str.toLowerCase()
Parameters
None.
Returns
A string.
Description
Method; returns a copy of the String object, with all of the uppercase characters converted to
lowercase. The original value is unchanged.
String.toUpperCase()
Availability
Flash Player 5.
Usage
my_str.toUpperCase()
Parameters
None.
Returns
A string.
Description
Method; returns a copy of the String object, with all of the lowercase characters converted to
uppercase. The original value is unchanged.
String()
Availability
Flash Player 4; behavior changed in Flash Player 7.
Usage
String(expression)
Parameters
expression
An expression to convert to a string.
Returns
A string.

Table of Contents

Related product manuals