Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.lib.str
.ToUpper
ToUpper
is available since version 1.0.
Prototype:
string ToUpper(string str)
Description:
Creates a new string from the given one, in uppercase.
Return value:
Returns an uppercase string.