System.ComponentModel.MaskedTextProvider.IncludeLiterals Property

Gets or sets a value that indicates whether literal characters in the input mask should be included in the formatted string.

Syntax

public bool IncludeLiterals { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The MaskedTextProvider.IncludePrompt and MaskedTextProvider.IncludeLiterals properties will determine whether prompt and literal characters appear when calling the erload:System.ComponentModel.MaskedTextProvider.ToString method. By setting both of these properties to false, the parsed string will represent only the characters entered by the user.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0