StringG.asciiUp

Converts all lowercase ASCII letters to uppercase ASCII letters.

class StringG
asciiUp
()

Return Value

Type: StringG

passed-in string pointer, with all the lowercase characters converted to uppercase in place, with semantics that exactly match g_ascii_toupper().