[]
Custom user-defined characters (placeholders) used in edit mask and in wildcard patterns in pre-validation
[TypeConverter(typeof(CustomPlaceholderConverter))]
public class CustomPlaceholder : ICloneable, ISerializable
Name | Description |
---|---|
CustomPlaceholder() | Initializes a new instance of the CustomPlaceholder class. |
CustomPlaceholder(char, bool, string, bool, bool) | Initializes a new instance of the CustomPlaceholder class. |
CustomPlaceholder(int, bool, string, bool, bool) | Initializes a new instance of the CustomPlaceholder class. |
CustomPlaceholder(SerializationInfo, StreamingContext) | Initializes a new instance of the CustomPlaceholder class. |
Name | Description |
---|---|
CaseSensitive | True if string comparison is case-sensitive; otherwise, False. |
Excluding | Specifies whether the LookupChars are interpreted as allowed or disallowed characters. |
LookupChars | The list (string) of characters matching the placeholder (see also Excluding). |
Optional | True if character is optional and can be omitted. |
Placeholder | The special character used as a user-defined placeholder. |