Class MaskedEditCommon
Inheritance
System.Object
MaskedEditCommon
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0Syntax
public static class MaskedEditCommon
Methods
ConvertMask(String)
Declaration
public static string ConvertMask(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
System.String |
GetFirstMaskPosition(String)
Declaration
public static int GetFirstMaskPosition(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
System.Int32 |
GetLastMaskPosition(String)
Declaration
public static int GetLastMaskPosition(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
System.Int32 |
GetValidMask(String)
Declaration
public static string GetValidMask(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
System.String |