Operation | Return | Description |
+ aString |
String |
Answers this string and aString concatenated together |
asObject |
P2Object |
Answers the managed object referred to by the pathname in the receiver |
asString |
String |
Returns itself |
asXML |
P2XML |
Answers an XML representation of the receiver |
== aString |
boolean |
Answers true if this string and aString are the same |
isEmpty |
boolean |
Answers true if this string is the empty string |
!= aString |
boolean |
Answers true if this string and aString are different |
* aNumber |
String |
Answers aNumber copies of the original string concatenated together |