Freigeben über


UnicodeCharacters.IsLowSurrogate(UInt32) Methode

Definition

Bestimmt, ob ein angegebenes Unicode-Zeichen ein niedriges Ersatzzeichen ist.

public:
 static bool IsLowSurrogate(unsigned int codepoint);
 static bool IsLowSurrogate(uint32_t const& codepoint);
public static bool IsLowSurrogate(uint codepoint);
function isLowSurrogate(codepoint)
Public Shared Function IsLowSurrogate (codepoint As UInteger) As Boolean

Parameter

codepoint
UInt32

unsigned int

uint32_t

Ein Unicode-Zeichen. Dies muss im richtigen Bereich liegen: 0 <= Codepoint<= 0x10FFFF.

Gibt zurück

Boolean

bool

TRUE , wenn der Codepunkt ein niedriges Ersatzzeichen ist; andernfalls FALSE.

Gilt für:

Weitere Informationen