MobileForms Toolkit Documentation

MaskedTextProvider.InsertAt Method 

Inserts the specified character at the specified position within the formatted string.

public virtual int InsertAt(
string input,
int position
);

Parameters

input
The String to be inserted.
position
The zero-based position in the formatted string to insert the character.

Return Value

Return the length of new insertion. 0 if insertion was not succesfull.

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace