ToLowerCase
ToLowerCase(string)
converts
string
into a string of corresponding lowercase character codes.
Examples
>> ToLowerCase("This is a Test")this is a test
Implementation status
- ✅ - full supported
ToLowerCase(string)
converts
string
into a string of corresponding lowercase character codes.
>> ToLowerCase("This is a Test")this is a test