Authors
- Generated by root
-
- 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
- (NSString*)
base64DecodeString;
Description forthcoming.
- (NSString*)
base64String;
Description forthcoming.