Class: WString
Lua
C++
Edit

WString:Upper

This method returns the uppercase version of the wide string.

Returns

Returns the string, converted to uppercase.

Example

local s = WString("John Smith")
Print(s:Upper())
Copyright © 2024 Ultra Software.
All rights reserved.