String.up

Converts a #GString to uppercase.

More...
class String
up
()

Return Value

Type: glib.string_.String

string

Detailed Description

Deprecated: This function uses the locale-specific toupper() function, which is almost never the right thing. Use glib.string_.String.asciiUp or glib.global.utf8Strup instead.