This is no doubt a very simple question, but how can you convert a long integer represented as an instance of NSString to a long primitive? I see that NSString has methods to return integer, float and double primitives but long seems to be curiously absent. Any ideas?