Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a NSString object that contains, for example, the encoded string : Tm8gMQ==

Because I recover a NSString object and not an NSData object, how am I suppose to decode it ?

Thank you.

share
1  
This looks like Base64 encoded, check this answer: stackoverflow.com/questions/14648825/… – Alladinian 5 mins ago

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.