| Visual Basic (Declaration) | |
|---|---|
Public Property RejectionCharacter As Char | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public char RejectionCharacter {get; set;} | |
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | Thrown when setting the property to the null character (value of 0). |
The default value is '*'.
Valid range: Any character except the null character. The rejection character does not need to be in the valid set of recognizable characters.
This property controls which character is used as the CharacterResult.Text when the reader has a low level of confidence in the value it has calculated. Thus, the rejection character is used whenever the Reader's confidence for a CharacterResult is below the value of MinimumCharacterConfidence.
