MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 657

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

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
An expression to convert to a string.
expression
Returns
A string.
String()
657

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Table of Contents