NSURL

NSURL *url = [NSURL URLWithString:@"http://google.com"];
NSString *urlString = [url absoluteString];