tags:

views:

134

answers:

2

Possible Duplicates:
How to convert an NSString into an NSNumber
iphone how to check that a string is numeric only

how do i confirm that a pasteboard string is numeric or not?

A: 

Use an NSNumberFormatter.

Dave DeLong
A: 

Google is your friend

Jim