NSData+Base64 documentation

Authors

Generated by root

Software documentation for the NSData(Base64) category

NSData(Base64)

Declared in:
NSData+Base64.h
The NSData (Base64) category provides methods for base 64 encoding and decoding the value of an NSData object. Uses the OpenSSL base 64 encoding and decoding functionality. This might be useful elsewhere. If it is, it could be moved into EtoileFoundation.
Method summary

base64DecodeString 

- (NSString*) base64DecodeString;
Description forthcoming.

base64String 

- (NSString*) base64String;
Description forthcoming.