Gets or sets a value that indicates whether literal characters in the input mask should be included in the formatted string.
Documentation for this section has not yet been entered.
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.