toUpperCase Summary Converts the character to uppercase. Usage public char toUpperCase() Returns The 16-bit Unicode value of the uppercase form of the character value. Description Converts the character to its uppercase form and returns the value. Examples Basic Usage 1`a`.toUpperCase(); // `A` Share HTML | BBCode | Direct Link