How to convert ASCII value to a character in Objective-C ?

Posted by topace on Stack Overflow See other posts from Stack Overflow or by topace
Published on 2010-05-14T08:19:46Z Indexed on 2010/05/14 8:24 UTC
Read the original article Hit count: 184

Filed under:
|

I was wondering if anyone has the following php function equivalents in Objective-C for iPhone development:

  1. ord() # returns the ASCII value of the first character of a string.
  2. chr() # returns a character from the specified ASCII value.

Many thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ascii