System.ComponentModel.DataAnnotations.PhoneAttribute
Specifies that a data field value is a well-formed phone number.
namespace System.ComponentModel.DataAnnotations
{
public sealed class PhoneAttribute : DataTypeAttribute
{
public PhoneAttribute();
}
}