-
-
Notifications
You must be signed in to change notification settings - Fork 75
Methods return values
Danilo edited this page Jun 7, 2020
·
1 revision
List and types of methods available in the framework that return the value for a Web service that returns a single value.
| Method name | Returns Type | Note |
|---|---|---|
| arrayValue | NSArray | |
| booleanValue | BOOL | |
| dataValue | NSData | |
| dateValue | NSDate | |
| dictionaryValue | NSDictionary | |
| doubleValue | double | |
| floatValue | float | |
| integerValue | NSinteger | |
| isNull | BOOL | |
| numberValue | NSNumber | |
| stringValue | NSString | |
| valueForKey | NSObject | |
| valuesToObject | NSObject | not implemented |