Next:
String class-multibyte encodings
, Up:
String
1.155.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