TextEncoderSettings.AllowRanges(UnicodeRange[]) Method

Definition

Allows all characters specified by ranges through the filter.

public:
 virtual void AllowRanges(... cli::array <System::Text::Unicode::UnicodeRange ^> ^ ranges);
public virtual void AllowRanges (params System.Text.Unicode.UnicodeRange[] ranges);
abstract member AllowRanges : System.Text.Unicode.UnicodeRange[] -> unit
override this.AllowRanges : System.Text.Unicode.UnicodeRange[] -> unit
Public Overridable Sub AllowRanges (ParamArray ranges As UnicodeRange())

Parameters

ranges
UnicodeRange[]

The ranges of characters to be allowed.

Exceptions

ranges is null.

Applies to