FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSString(NSURL_deprecated) Category Reference

#import <NSURL.h>

Instance Methods

(NSString *) - stringByAddingPercentEscapesUsingUTF8Encoding
 Returns a representation of the receiver using UTF8 encoding to determine the percent escapes necessary to convert the receiver into a legal URL string. More...
 
(NSString *) - stringByReplacingPercentEscapesUsingUTF8Encoding
 Returns a new string made by replacing in the receiver all percent escapes with the matching characters as determined by UTF8 encoding. More...
 

Method Documentation

- (NSString *) stringByAddingPercentEscapesUsingUTF8Encoding

Returns a representation of the receiver using UTF8 encoding to determine the percent escapes necessary to convert the receiver into a legal URL string.

Deprecated:
Use stringByAddingPercentEncodingForURLQuery
See also
stringByAddingPercentEscapesUsingEncoding:
- (NSString *) stringByReplacingPercentEscapesUsingUTF8Encoding

Returns a new string made by replacing in the receiver all percent escapes with the matching characters as determined by UTF8 encoding.

Deprecated:
Use stringByRemovingPercentEncoding
See also
stringByReplacingPercentEscapesUsingEncoding:

The documentation for this category was generated from the following file: