UnicodeRanges.All Property

Definition

Gets a range that consists of the entire Basic Multilingual Plane (BMP), from U+0000 to U+FFFF).

public:
 static property System::Text::Unicode::UnicodeRange ^ All { System::Text::Unicode::UnicodeRange ^ get(); };
public static System.Text.Unicode.UnicodeRange All { get; }
static member All : System.Text.Unicode.UnicodeRange
Public Shared ReadOnly Property All As UnicodeRange

Property Value

A range that consists of the entire BMP.

Applies to