Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
MyValueFormatter.h
/* MyValueFormatter */ |
#import <Cocoa/Cocoa.h> |
@interface MyValueFormatter : NSFormatter |
{ |
} |
+ (NSString *)hexStringFromData:(NSData*) dataValue; |
+ (NSData *)dataFromHexString:(NSString*) dataValue; |
@end |
Copyright © 2010 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2010-05-27