MobileForms Toolkit Documentation

TypeValidationEventArgs.ReturnValue Property

Gets the object that results from the conversion of the formatted input string.

public object ReturnValue {get;}

Property Value

If the validation is successful, an Object that represents the converted type; otherwise, a null reference (Nothing in Visual Basic).

Remarks

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.

See Also

TypeValidationEventArgs Class | Resco.Controls.MaskedTextBox Namespace