User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







objective-c:foundation.framework:nsnumber.h:initwithbool

initWithBool

 
- (id)initWithBool:(BOOL)value;
 

ObjC Sourcecode Example

    BOOL myBool = NO;
 
    //******************** Initializing NSNumber Objects *************************
 
    //** NSNumbers need to be released, if you`re not working with ARC! **
 
    NSNumber *myBoolNumber = [[NSNumber alloc]initWithBool:myBool];
 
    NSLog(@"myBoolNumber: %@", myBoolNumber);
 
 

Output for this example code

2012-05-20 19:26:47.796 NSNumberSample[818:f803] myBoolNumber: 0

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
objective-c/foundation.framework/nsnumber.h/initwithbool.txt · Last modified: 2024/02/16 01:12 (external edit)

Impressum Datenschutz