How do you convert an int to a byte in Objective-C?

Posted by suse on Stack Overflow See other posts from Stack Overflow or by suse
Published on 2010-04-22T05:43:34Z Indexed on 2010/04/22 16:53 UTC
Read the original article Hit count: 149

Filed under:
|
|

Hello,

I have an int value which needs to be converted into a byte array. How do you go about doing this in Objective-C? Are there methods to do this?

Thank you,

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about int