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 protocol in objective-c?
What is protocol in networking?
What is the use of synchronized() block in objective c?
What is hashable?
What are the different types of identifiers?
What is the difference between a script and function?
Which is better swift or objective c?
What does @synchronized() do?
Who calls dealloc method? Can we implement dealloc in arc?
Is swift objective c?
What is 'protocol' on objective c?
What is posing in objective c?