Answer Posted / Mohammad Danish
"To convert data to a string in Objective-C, you can use the NSString class. For example, converting an integer: [NSString stringWithFormat:@"%d", integerVariable] or converting a float: [NSString stringWithFormat:@"%.2f", floatVariable]."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category