Cocoa url encoding and decoding

Source: Internet
Author: User

Encoding:

StringByAddingPercentEscapesUsingEncoding:

Returns a representation of the specified er using a given encoding to determine the percent escapes necessary to convert the specified ER into a legal URL string.

-(NSString *) stringByAddingPercentEscapesUsingEncoding :( NSStringEncoding) EncodingParameters
Encoding

The encoding to use for the returned string.

Return Value

A representation of the specified er usingEncodingTo determine the percent escapes necessary to convert the caller into a legal URL string. ReturnsnilIfEncodingCannot encode a participant character

Decoding:

StringByReplacingPercentEscapesUsingEncoding:

Returns a new string made by replacing in the specified er all percent escapes with the matching characters as determined by a given encoding.

-(NSString *) stringByReplacingPercentEscapesUsingEncoding :( NSStringEncoding) EncodingParameters
Encoding

The encoding to use for the returned string.

Return Value

A new string made by replacing in the specified er all percent escapes with the matching characters as determined by the given encodingEncoding. ReturnsnilIf the transformation is not possible, for example, the percent escapes give a byte sequence not legal inEncoding.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.