MobileForms Toolkit Documentation

TypeValidationEventArgs.Message Property

Gets a text message describing the conversion process.

public string Message {get;}

Property Value

A String containing a description of the conversion process.

Remarks

The validation process entails converting the formatted user input to the type defined by the ValidatingType property. The Message property contains a text description of the conversion process. Message is primarily useful when conversion fails, as indicated by an IsValidInput property value of false.

See Also

TypeValidationEventArgs Class | Resco.Controls.MaskedTextBox Namespace