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 the difference between atomic and nonatomic synthesized properties?
How to add custom cell in uitableview in objective c?
What are properties and instance variables in objective c and swift?
What is toll-free bridging? When is it useful?
What are nsautoreleasepool?
What do you mean by cocoa?
What is .m file in objective c?
What is m script in matlab?
Is objective c hard to learn?
What is a class property?
What is nsarray objective c?
What is difference between nsstring and nsmutablestring?