initWithString
Initializes an OSString from another OSString.
Declaration
virtual bool initWithString(
const OSString *aString);Parameters
- aString:
The OSString object whose contents to copy.
Return Value
true on success, false on failure.
Overview
Not for general use. Use the static instance creation method withString instead.