'Blazor Server Side Data Annotation - [DisplayFormat(DataFormatString = "{0:(###)-###-####}")] Not working

I may be down the wrong rabbit hole here, but used this in MVC, is this not possible in Blazor?

 [DisplayFormat(DataFormatString = "{0:(###)-###-####}")]
    public string HomeTelephone { get; set; }


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source