NSString (XSFormatting)
Declared In: NSString+Formatting.h
Methods: + stringWithCFormat:arguments: , + stringWithCFormat:


Category Description
No category description.


Static Inline Functions

Synopsis:

int xs_vsnprintf(char *str, size_t max, const char *fmt, va_list _ap)
int xs_vsprintf(char *_str, const char *_fmt, va_list _ap)


Method Types
+ stringWithCFormat:arguments:
+ stringWithCFormat:


Class Methods
stringWithCFormat:
+ (id)stringWithCFormat:(const char *)_format, ...
No method description.

stringWithCFormat:arguments:
+ (id)stringWithCFormat:(const char *)_format arguments:(va_list)_ap
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.