TextEncoderSettings.AllowCharacter(Char) Method

Definition

Allows the character specified by character through the filter.

public:
 virtual void AllowCharacter(char character);
public virtual void AllowCharacter (char character);
abstract member AllowCharacter : char -> unit
override this.AllowCharacter : char -> unit
Public Overridable Sub AllowCharacter (character As Char)

Parameters

character
Char

The allowed character.

Applies to