In WOS, is there a method that is able to format an NSDecimalNumber
using a formatString that is read from a plist?

Here is my predicament:

id aDecimalNumber = [NSDecimalNumber
decimalNumberWithString:[somedata]];
//....some wos code
//...........I am attempting to do something like this:
// formattedValue = [aDecimalNumber someLovelyMethod:
anArgumentWhoseValueIsTheResultOfAKeyInADictionary];
//......some more wos code
return [NSString stringWithFormat:@"<HTMLTAG
attribute=dodadodaday>%@</HTMLTAG>", formattedValue];

Thanks,
Joshua



Reply via email to