toLowerCase

Summary

Converts the character to lowercase.

Usage

public char toLowerCase()

Returns

The 16-bit Unicode value of the lowercase form of the character value.

Description

Converts the character to its lowercase form and returns the value.

Examples

Basic Usage
1
`A`.toLowerCase(); // `a`

Share

HTML | BBCode | Direct Link