[]
Defines the units that are used to validate the text length.
public enum LengthUnit
Public Enum LengthUnit
| Name | Description |
|---|---|
| Byte | Validates using Byte units. |
| Char | Validates using Char units. |
| TextElement | Validates using text element units. |