I have string and I want to convert into double value. I have written code but sometimes my program is being crashed.
double left_operand=[operand_1 doubleValue];
Here operand_1 is NSString variable and i want to convert it into double value. Sometimes above code is crashing my program (automatically closed simulator)
Is above code right?
