How to convert nsnumber to nsstring in objective c?
Answer / Ashish Mathur
"To convert NSNumber to NSString in Objective-C, you can use the description method or the stringValue method. For example: NSString *str = [myNumber description]; or NSString *str = [myNumber stringValue];"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is gcd objective c?
What are the 5 principles of object oriented programming?
What are nsautoreleasepool and how can we use them?
What is block in objective c?
What is inheritance in objective c?
How do you write a good objective?
Can you use swift and objective c together?
What is dot notation?
Tell me something about objective-c blocks?
What is the difference between c and objective c?
What are kvc and kvo? Provide an example.
Explain immutable types in objective c programming language?