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