Enum MobilePhoneFormats
- Namespace
- CloudyWing.FormValidators
- Assembly
- CloudyWing.FormValidators.dll
The mobile phone formats.
[Flags]
public enum MobilePhoneFormats
Fields
All = AllowContainDashes | AllowWithoutDashesAll.
AllowContainDashes = 1The allow contain dashes.
AllowWithoutDashes = 2The allow without dashes.