toUpperCase Method (JScript 5.6)

Returns a string where all alphabetic characters have been converted to uppercase.

strVariable.toUpperCase( )
"String Literal".toUpperCase( ) 

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also