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