String.asciiUp

Converts all lowercase ASCII letters to uppercase ASCII letters.

class String
asciiUp
()

Return Value

Type: glib.string_.String

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