Library
Class Methods | List of all members
NSString(Additions) Category Reference

Class Methods

(NSString *) + stringWithBoolAs01:
 
(NSString *) + stringWithBoolAsOffOn:
 

Method Documentation

+ (NSString *) stringWithBoolAs01: (BOOL)  b

converts boolean to a string if true then "1" otherwise "0"

Parameters
b<#b description#>
Returns
a string
+ (NSString *) stringWithBoolAsOffOn: (BOOL)  b

converts boolean to a string if true "on" otherwise "off"

Parameters
b<#b description#>
Returns
a string

The documentation for this category was generated from the following files: