MobileForms Toolkit Documentation

MaskedTextProvider.Set Method 

Sets the formatted string to the specified input string.

public bool Set(
string input
);

Parameters

input
The String value used to set the formatted string.

Return Value

true if all the characters were successfully set; otherwise, false.

Remarks

The Set method clears the existing contents of the formatted string and then applies the mask against the input string to update the contents of the formatted string.

When an error occurs, the formatted string remains unaltered and Set returns false.

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace