isLowerCase Summary Checks if the character represents a lowercase character. Usage public bool isLowerCase() Returns 'true' if the character is a lowercase character and 'false' otherwise. Description Checks if the character represents a lowercase character ranging from a-z. Examples Check if a character is lowercase 12`a`.isUpperCase(); // true`A`.isUpperCase(); // false Share HTML | BBCode | Direct Link