This method returns the uppercase version of the wide string.
Returns the string, converted to uppercase.
local s = WString("John Smith") Print(s:Upper())