Re: WSMethodInvocationInvoke & Basic Authentication
Re: WSMethodInvocationInvoke & Basic Authentication
- Subject: Re: WSMethodInvocationInvoke & Basic Authentication
- From: petite_abeille <email@hidden>
- Date: Thu, 13 Mar 2003 18:25:18 +0100
On Thursday, Mar 13, 2003, at 18:02 Europe/Zurich, Greg Titus wrote:
OmniFoundation includes a base64 encoder/decoder in
NSData-OFExtensions:
+ (id)dataWithBase64String:(NSString *)base64String;
- initWithBase64String:(NSString *)base64String;
- (NSString *)base64String;
Hope this helps,
Yes, thanks :-) I wrote my own in the meantime to get going... does
this means that there is _really_ no base64 encoder to be found in the
entire Cocoa/Carbon realm? I thought that such a basic thing would have
been covered by a core framework or another...
Cheers,
PA.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.