int to NSString


/ Published in: Objective C
Save to your folder(s)

convert int to NSString


Copy this code and paste it in your HTML
  1. int = 100;
  2. NSString *intString = [NSString stringWithFormat:@"%i", int];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.