I have an NSData abject called objNSData, and I can convert a string into this NSData object. I cannot figure out how to convert an NSData back to a string, is that even possible? I know it can be done in Visual Basic with a command such as
Data.ToString
Is there something like this in Objective-C?