Class MaskExtensions
Provides predefined Regex strings.
Inheritance
System.Object
MaskExtensions
Namespace: Telerik.XamarinForms.Input.MaskedInput
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public static class MaskExtensions : Object
Fields
Gets the Regex matching an Email input.
Declaration
public static readonly string Email
Field Value
System.String
|
IP
Gets the Regex matching an IP input.
Declaration
public static readonly string IP
Field Value
System.String
|