Simple types / Boolean
Conversion from a string
Converting to a string
Getting values
Logical operations
NSString
*str =
@"true"
;
bool
boolValue
= [str
boolValue
];
//boolValue is 1