Freigeben über


UnicodeCharacters.IsHighSurrogate(UInt32) Methode

Definition

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

public:
 static bool IsHighSurrogate(unsigned int codepoint);
 static bool IsHighSurrogate(uint32_t const& codepoint);
public static bool IsHighSurrogate(uint codepoint);
function isHighSurrogate(codepoint)
Public Shared Function IsHighSurrogate (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 codepoint ein hohes Ersatzgat ist; andernfalls FALSE.

Gilt für:

Weitere Informationen