SBSParserField Class Reference
Inherits NSObject.
Properties | |
NSString * | name |
id | parsed |
NSString * | rawString |
Detailed Description
A particular parsed field.
- Since
- 5.6
Property Documentation
|
readnonatomicassign |
The name of the field.
- Since
- 5.6
|
readnonatomicassign |
The parsed value of the field.
Depending on the field type, the returned object is a NSNumber, NSString. NSArray or NSDictionary. Consult the format documentation for more details.
- Since
- 5.6
|
readnonatomicassign |
The rawString of the field, e.g. as it appears in the data.
- Since
- 5.6
The documentation for this class was generated from the following file: