NSString (QuotedPrintableCoding)
Declared In: NGQuotedPrintableCoding.h
Methods: - stringByDecodingQuotedPrintable , - stringByEncodingQuotedPrintable


Category Description
No category description.


Functions

Synopsis:

int NGEncodeQuotedPrintable(const char *_src, unsigned _srcLen, char *_dest, unsigned _destLen);
int NGDecodeQuotedPrintable(const char *_src, unsigned _srcLen, char *_dest, unsigned _destLen);


Method Types
- stringByDecodingQuotedPrintable
- stringByEncodingQuotedPrintable


Instance Methods
stringByDecodingQuotedPrintable
- (NSString *)stringByDecodingQuotedPrintable
No method description.

stringByEncodingQuotedPrintable
- (NSString *)stringByEncodingQuotedPrintable
No method description.


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