MaskedTextBoxCoerceText Method
Coerces the current text.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected override string? CoerceText(
string? text
)
Protected Overrides Function CoerceText (
text As String
) As String
abstract CoerceText :
text : string -> string
override CoerceText :
text : string -> string
- text String
-
StringA coerced text.
This method also manages the internal undo/redo state whenever the text changes:
if overridden, ensure that the base is called or undo/redo won't work correctly.