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

파라미터

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

반환

char The character that should be inserted.

설명

Predefined validation functionality for different characterValidation types.