MobileForms Toolkit Documentation

MaskedTextProvider.VerifyString Method 

Tests whether the specified string could be set successfully.

public virtual bool VerifyString(
string input
);

Parameters

input
The String value to test.

Return Value

true if the specified string represents valid input; otherwise, false.

Remarks

The VerifyString applies the input string against the mask, without actually changing the formatted string, to test whether input would be valid in a corresponding Set operation. This method also returns true if input is null reference (Nothing in Visual Basic) or has zero length.

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace