FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSNumber.h
Go to the documentation of this file.
1 //
2 // NSNumber.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 13. 3. 10..
6 // Copyright (c) 2013 youknowone.org All rights reserved.
7 //
8 
20 
21 /*
22  * @brief Returns a string that describes the value of the number. This keeps type information.
23  * @return A string that describes the value of the number.
24  */
25 - (NSString *)typeFormedDescription;
26 
27 @end
28 
29 
34 
35 /*
36  * @brief Returns a string that describes the value of the number. This keeps type information.
37  * @return A string that describes the value of the number.
38  */
39 - (NSString *)typeFormedDescription;
40 
41 @end
NSString * typeFormedDescription()
NSNumber description method extension.
Definition: NSNumber.h:33
NSNumber description method extension.
Definition: NSNumber.h:19