NSObject (NGValues)
Declared In: NSObject+Values.h
Methods: - boolValue , - charValue , - unsignedCharValue , - shortValue , - unsignedShortValue , - intValue , - unsignedIntValue , - longValue , - unsignedLongValue , - longLongValue , - unsignedLongLongValue , - floatValue , - doubleValue , - stringValue


Category Description
No category description.


Method Types
- boolValue
- charValue
- unsignedCharValue
- shortValue
- unsignedShortValue
- intValue
- unsignedIntValue
- longValue
- unsignedLongValue
- longLongValue
- unsignedLongLongValue
- floatValue
- doubleValue
- stringValue


Instance Methods
boolValue
- (BOOL)boolValue
No method description.

charValue
- (char)charValue
No method description.

doubleValue
- (double)doubleValue
No method description.

floatValue
- (float)floatValue
No method description.

intValue
- (int)intValue
No method description.

longLongValue
- (long long)longLongValue
No method description.

longValue
- (long)longValue
No method description.

shortValue
- (short)shortValue
No method description.

stringValue
- (NSString *)stringValue
No method description.

unsignedCharValue
- (unsigned char)unsignedCharValue
No method description.

unsignedIntValue
- (unsigned int)unsignedIntValue
No method description.

unsignedLongLongValue
- (unsigned long long)unsignedLongLongValue
No method description.

unsignedLongValue
- (unsigned long)unsignedLongValue
No method description.

unsignedShortValue
- (unsigned short)unsignedShortValue
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.