Property UseIncludeCharList
UseIncludeCharList
Gets or sets whether to use an include char list.
bool UseIncludeCharList { get; set; }
Property Value
Remarks
Characters in the include char list will be allowed to be in the user input. See CharIncludes. If this style is set with one or more of the following styles: Ascii, Alpha, AlphaNumeric, Digits, XDigits, Numeric it just extends the character class denoted by the aforementioned styles with those specified in the include char list. If set alone, then the characters allowed to be in the user input are restricted to those, and only those, present in the include char list.