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!
|
|
This is how you can work with ASCII values and
|
|||
|
|
|
||||