Hi I want to convert the NSString into Byte array.
if I have string like \"Hello\" then it convert into byte like this {65,23,56,56,56}.
thanks
NSData *bytes = [test dataUsingEncoding:NSUTF8StringEncoding];