NSNumberFormatter has a method
- (void)setGroupingSize:(NSUInteger)numDigits
when I would provide a 0 here, is that disabling any grouping for sure? I really don't want any grouping to happen, no matter if the user has a locale of Takawaka or US. I need a safe way to get rid of any grouping here. Anyone?