Table of Contents

Enum MobilePhoneFormats

Namespace
CloudyWing.FormValidators
Assembly
CloudyWing.FormValidators.dll

The mobile phone formats.

[Flags]
public enum MobilePhoneFormats

Fields

All = AllowContainDashes | AllowWithoutDashes

All.

AllowContainDashes = 1

The allow contain dashes.

AllowWithoutDashes = 2

The allow without dashes.