How to convert ASCII value to a character in Objective-C ?
- by topace
I was wondering if anyone has the following php function equivalents in Objective-C for iPhone development:
ord() # returns the ASCII value of the first character of a string.
chr() # returns a character from the specified ASCII value.
Many thanks!