menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaskedEditBase - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved