Declared in NSDictionary+APDictionary.h

Overview

Provides useful additions to the NSDictionary interface.

Tasks

Instance Methods

stringWithURLEncodedEntries

Returns a representation of the dictionary as a URLEncoded string

- (NSString *)stringWithURLEncodedEntries

Return Value

A UTF-8 encoded string representation of the keys/values in the dictionary

Discussion

Returns a representation of the dictionary as a URLEncoded string

Declared In

NSDictionary+APDictionary.h