|
Library
|
Class Methods | |
| (NSString *) | + stringWithBoolAs01: |
| (NSString *) | + stringWithBoolAsOffOn: |
| + (NSString *) stringWithBoolAs01: | (BOOL) | b |
converts boolean to a string if true then "1" otherwise "0"
| b | <#b description#> |
| + (NSString *) stringWithBoolAsOffOn: | (BOOL) | b |
converts boolean to a string if true "on" otherwise "off"
| b | <#b description#> |
1.8.10