Difference between revisions of "ObjectType:mutablestring"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Methods == | == Methods == | ||
− | *Set[text]: Sets the value of the string to this new text | + | *'''Set['''text''']''': Sets the value of the string to this new text |
− | *Concat[text]: Concatenates the string with this new text | + | *'''Concat['''text''']''': Concatenates the string with this new text |
− | *ToUpper: Converts the string to upper case | + | *'''ToUpper''': Converts the string to upper case |
− | *ToLower: Converts the string to lower case | + | *'''ToLower''': Converts the string to lower case |
== Inherits == | == Inherits == |
Revision as of 07:33, 25 May 2005
Contents
Description
A string, also known as text is a series of consecutive characters.
Members
(none)
Methods
- Set[text]: Sets the value of the string to this new text
- Concat[text]: Concatenates the string with this new text
- ToUpper: Converts the string to upper case
- ToLower: Converts the string to lower case