String.asciiDown

Converts all uppercase ASCII letters to lowercase ASCII letters.

class String
asciiDown
()

Return Value

Type: glib.string_.String

passed-in string pointer, with all the uppercase characters converted to lowercase in place, with semantics that exactly match glib.global.asciiTolower.