I have a method that returns a NSString * successfully.
I want to have the string returned with brackets round it.
ie. Currently the method returns something like @”myString” and I want
@”(myString)”. How can I stick a bracket at the start and another at the end?
stringWithFormat should do it;