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

Parameters

text The whole text string to validate.
pos The position at which the current character is being inserted.
ch The character that is being inserted.

Returns

char The character that should be inserted.

Description

Predefined validation functionality for different characterValidation types.