ObjFW
 All Classes Functions Variables
Instance Methods | List of all members
OFString(URLEncoding) Category Reference

A category which provides URL encoding and decoding. More...

#import <OFString+URLEncoding.h>

Instance Methods

(OFString *) - stringByURLEncoding
 Encodes a string for use in a URL.
 
(OFString *) - stringByURLDecoding
 Decodes a string used in a URL.
 

Detailed Description

A category which provides URL encoding and decoding.

Method Documentation

- (OFString *) stringByURLDecoding

Decodes a string used in a URL.

Returns
A new autoreleased string

Extends class OFString.

- (OFString *) stringByURLEncoding

Encodes a string for use in a URL.

Returns
A new autoreleased string

Extends class OFString.


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