Dim instance AsMaskPatternFieldInfoDim value AsBoolean
instance.AutoConvert = value
value = instance.AutoConvert
Property Value
true if can perform auto convert; otherwise, false.
Remarks
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.