Value

Value as String

Use this property to read or write the text value without mask constants from the control.

Notes:
When reading from the control then the leading "_" is included in the value. This is done on purpose because if a character would be missing from the middle of the Mask then you would have no way to determine which character was missing and when putting the value back into the control then the control would have no way to know which character was missing if not for the "_".

When writing to the Value property then no validation is done on the string that you put into it, its only guided into correct places between masking constants.