Gets the object that results from the conversion of the formatted input string.
If the validation is successful, an Object that represents the converted type; otherwise, a null reference (Nothing in Visual Basic).
The type validation process attempts to convert the formatted input string, not including prompt characters, to the type specified by the ValidatingType property. The ReturnValue property represents the result of the conversion attempt, and is equivalent to the value returned by the ValidateText method of the MaskedTextBox class.
TypeValidationEventArgs Class | Resco.Controls.MaskedTextBox Namespace