toUpperCase

The toUpperCase method converts a string to uppercase letters.

 

Syntax

System.String toUpperCase();

 

Return Value

Returns the converted string object.

 

Remarks

Member of string.

 

Example