[]
Gets or sets a value indicating whether the field can auto convert.
public bool AutoConvert { get; set; }
Public Property AutoConvert As Boolean
Type | Description |
---|---|
bool |
If set the AutoConvert property to true, all convertible characters will be automatically converted accordingly to the input mask. For example, if set the input mask to "A", by hitting a lower case character the control automatically converts the character into an upper case.