Is there a way to make a custom number formatter? Basically I want to display a phone number, which is essentially a 10 digit number(more if you count the extension), but I want it to display as (123)456-7890 instead of 1234567890. The only thought I had so far is to use a description method, which I'm not even sure will work with bindings.