FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSString(Evaluation) Category Reference

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...
 

Detailed Description

Numeric value evaluation.

Method Documentation

- (NSInteger) hexadecimalValue

Returns the NSInteger value of the receiver’s text by 16 base.

Returns
The NSInteger value of the receiver’s text with 16 base.
See also
integerValue
integerValueBase:
- (NSInteger) integerValueBase: (NSInteger)  radix

Returns the NSInteger value of the receiver’s text by given base radix.

Parameters
radixBase radix of text reperesentation.
Returns
The NSInteger value of the receiver’s text with given base radix.
See also
integerValue

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