Next: CharacterArray-multibyte encodings, Previous: CharacterArray-comparing, Up: CharacterArray [Index]
Return the receiver, converted to a ByteArray of ASCII values
Return the receiver, ready to be put in a class pool dictionary
Return the receiver, ready to be put in the Smalltalk dictionary
Parse an Integer number from the receiver until the input character is invalid and answer the result at this point
Returns a copy of self as a lowercase CharacterArray
Parse a Number from the receiver until the input character is invalid and answer the result at this point
Return the receiver, ready to be put in a pool dictionary
But I already am a String! Really!
Returns the symbol corresponding to the CharacterArray
Answer a UnicodeString whose character’s codes are the receiver’s contents This is not implemented unless you load the I18N package.
Returns a copy of self as an uppercase CharacterArray
But I don’t HAVE a file name!
But I don’t HAVE a file position!
Answer whether the receiver denotes a number
Return a copy of the reciever without any spaces on front or back. The implementation is protected against the ‘all blanks’ case.