Interface IModifierTokenValidationRule
Interface for modifier token validation rules.
Inherited Members
Namespace: Telerik.Windows.Controls.MaskedInput.Tokens.Modifier
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public interface IModifierTokenValidationRule : ITokenValidationRule
Methods
ApplyFormatTo(String)
Applies format to text.
Declaration
string ApplyFormatTo(string textToFormat)
Parameters
System.String
textToFormat
The text to be formatted. |
Returns
System.String
Returns the formatted text. |