Lines Matching refs:string
89 * @param jsonString Output string to contain the JSON.
97 * Given a JSON string, deserialise it into a Dictionary.
111 * @return nil if the input was nil, otherwise non nil string containing the data.
116 * Given a Base64 encoded string, deserialise it to a byte array.
124 * Given an NSData object, serialise it to a hexadecimal string.
132 * Given a hex encoded string, deserialise it to an NSData object.
148 * Returns the string if not nil, NSNull otherwise.
150 * @param string The string to check.
151 * @return The string if not nil, otherwise NSNull.
153 + (id)nonNilString:(NSString *)string;
156 * Returns the string if not nil, otherwise an empty string.
158 * @param string The string to check.
159 * @return The string if not nil, otherwise an empty string.
161 + (NSString *)nullToEmpty:(NSString *)string;