NSString to NSNumber


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

Convert quickly NSString to NSNumber


Copy this code and paste it in your HTML
  1. NSNumber *idPeriod = [NSNumber numberWithInt:[idPeriodString intValue]];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.