Nsstring-is-integer


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

Will check if "value" has an integer value


Copy this code and paste it in your HTML
  1. [[NSScanner scannerWithString:value] scanInt:nil]

URL: http://stackoverflow.com/questions/565696/nsstring-is-integer

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.