[]
Defines what kind of space is allowed in the text.
public enum AllowSpace
Public Enum AllowSpace
Name | Description |
---|---|
Both | Both DBCS and SBCS space characters are allowed. |
Narrow | Only SBCS space character is allowed. |
None | No space character is allowed. |
Wide | Only DBCS space char character allowed. |