Next: , Up: String   [Index]


1.158.1 String class: instance creation

fromCData: aCObject

Answer a String containing the bytes starting at the location pointed to by aCObject, up to the first NUL character.

fromCData: aCObject size: anInteger

Answer a String containing anInteger bytes starting at the location pointed to by aCObject