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 © 2006-2025 Leadwerks Software.
All rights reserved.
Leadwerks 4 Documentation