Changes the letters in a string to uppercase.
toUpper();
Integer. Returns 1 for success, and 0 for failure.
Pointer to object |
Object |
---|---|
|
|
string mystr;
mystr = “abcdefg”;
mystr.toUpper();
//mystr is now “ABCDEFG”
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |