NSString *test=@"ABCDEFGHIJKLMNOPQRSTUVWXYZ";
how to convsert this string to bytesarray...
pls response me..
thanks and regards
NSString *test=@"ABCDEFGHIJKLMNOPQRSTUVWXYZ";
how to convsert this string to bytesarray...
pls response me..
thanks and regards
Depends what kind of bytes you want, but see getBytes, cStringUsingEncoding, and UTF8String.