Udostępnij za pośrednictwem


UnicodeRange.Create(Char, Char) Metoda

Definicja

Tworzy nowe UnicodeRange wystąpienie na podstawie zakresu znaków.

public:
 static System::Text::Unicode::UnicodeRange ^ Create(char firstCharacter, char lastCharacter);
public static System.Text.Unicode.UnicodeRange Create (char firstCharacter, char lastCharacter);
static member Create : char * char -> System.Text.Unicode.UnicodeRange
Public Shared Function Create (firstCharacter As Char, lastCharacter As Char) As UnicodeRange

Parametry

firstCharacter
Char

Pierwszy znak w zakresie.

lastCharacter
Char

Ostatni znak w zakresie.

Zwraca

UnicodeRange

Zakres zawierający wszystkie znaki między znakami firstCharacter i lastCharacter.

Wyjątki

lastCharacterfirstCharacterpoprzedza ciąg .

Dotyczy