Str.stringAsciiDown

Converts all upper case ASCII letters to lower case ASCII letters.

class Str
static
stringAsciiDown

Parameters

string StringG

a GString

Return Value

Type: StringG

passed-in string pointer, with all the upper case characters converted to lower case in place, with semantics that exactly match g_ascii_tolower().

Meta