FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
Main Page
Related Pages
Classes
Files
File List
File Members
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
19
@interface
NSNumber (Description)
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
33
@interface
NSDecimalNumber (Description)
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
-[NSNumber(Description) typeFormedDescription]
NSString * typeFormedDescription()
NSDecimalNumber(Description)
NSNumber description method extension.
Definition:
NSNumber.h:33
NSNumber(Description)
NSNumber description method extension.
Definition:
NSNumber.h:19
FoundationExtension
NSNumber.h
Generated by
1.8.7