Thursday, June 5, 2014

String to Integer Implementation

The logic for doing String to Integer implementation is rather simple. Mostly handling the corner cases is what one needs to be care full about. The code should be followed by unit tests to check the validity will help to establish credibility for the code.