TextBoxExtensions.SetMask(TextBox, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets textbox mask property which represents mask/format for the textbox that the user must follow
public static void SetMask (Windows.UI.Xaml.Controls.TextBox obj, string value);
static member SetMask : Windows.UI.Xaml.Controls.TextBox * string -> unit
Public Shared Sub SetMask (obj As TextBox, value As String)
Parameters
- obj
- Windows.UI.Xaml.Controls.TextBox
TextBox Control
- value
- String
Mask Value