StringG.up

Converts a GString to uppercase.

More...
class StringG
up
()

Return Value

Type: StringG

string

Detailed Description

Deprecated: This function uses the locale-specific toupper() function, which is almost never the right thing. Use g_string_ascii_up() or g_utf8_strup() instead.