| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
Numeric value evaluation. More...
#import <NSString.h>
Instance Methods | |
| (NSInteger) | - integerValueBase: | 
| Returns the NSInteger value of the receiver’s text by given base radix.  More... | |
| (NSInteger) | - hexadecimalValue | 
| Returns the NSInteger value of the receiver’s text by 16 base.  More... | |
Numeric value evaluation.
| - (NSInteger) hexadecimalValue | 
Returns the NSInteger value of the receiver’s text by 16 base.
| - (NSInteger) integerValueBase: | (NSInteger) | radix | 
Returns the NSInteger value of the receiver’s text by given base radix.
| radix | Base radix of text reperesentation. |