I think you are thinking of NSString's stringWithFormat:
:
[NSURL URLWithString:[NSString stringWithFormat:@"http://TestSite.com/virdirectory/Webservice1/Service1.asmx/GetQuote?number=%@", quoteNumber]]
Also note the change to %@ for the format specifier, since it is an instance of NSString (not an int)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…