CustomPlaceholder Class Members
In This Topic
The following tables list the members exposed by CustomPlaceholder.
Public Constructors
Public Properties
| Name | Description |
| CaseSensitive | Gets or sets a value indicating whether string comparisons are case-sensitive. |
| Excluding | Gets or sets a value indicating whether the LookupChars are interpreted as allowed or disallowed characters. |
| LookupChars | Gets or sets the string representation of the list of characters matching the placeholder (see also Excluding). |
| Optional | Gets or sets a value indicating whether the character is optional and can be omitted. |
| Placeholder | Gets or sets the special character used as a user-defined placeholder. |
Top
See Also