Class MaskedEditBase
Used to get masked output from the provided input and mask.
Inheritance
System.Object
    MaskedEditBase
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class MaskedEditBase : Object
  Methods
GetMaskedText(String, MaskType, Object, Char, MaskFormat, CultureInfo)
Masks the input string using provided mask and returns the output string
Declaration
public static string GetMaskedText(string mask, MaskType masktype, object input, char promptchar, MaskFormat maskformat, CultureInfo culture)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | mask | |
| MaskType | masktype | |
| System.Object | input | |
| System.Char | promptchar | |
| MaskFormat | maskformat | |
| System.Globalization.CultureInfo | culture | 
Returns
| Type | 
|---|
| System.String |