开发者

Android If user enters the uppercase also it should be in lowercase

开发者 https://www.devze.com 2023-03-07 01:33 出处:网络
IF user enters the characters in uppercase also it sh开发者_运维技巧ould display in lowercase only

IF user enters the characters in uppercase also it sh开发者_运维技巧ould display in lowercase only Regards, Nikhilreddy


You can use this:

String s = textView.getText().toString().toLowerCase();
0

精彩评论

暂无评论...
验证码 换一张
取 消