protected char Validate (string text, int pos, char ch);

Parameters

textThe whole text string to validate.
posThe position at which the current character is being inserted.
chThe character that is being inserted.

Returns

char The character that should be inserted.

Description

Predefined validation functionality for different characterValidation types.