string
Returns an empty string.
Declaration
+ (instancetype) string;Return Value
An empty string.
See Also
Related Documentation
- String Programming Guide
- Property List Programming Guide
Creating and Initializing Strings
init()init(bytes:length:encoding:)init(bytesNoCopy:length:encoding:freeWhenDone:)init(characters:length:)init(charactersNoCopy:length:freeWhenDone:)init(string:)initWithFormat:init(format:arguments:)initWithFormat:locale:init(format:locale:arguments:)init(data:encoding:)stringWithFormat:localizedStringWithFormat:localizedUserNotificationString(forKey:arguments:)stringWithCharacters:length: