Freigeben über


UnicodeCharacters.IsGraphemeBase(UInt32) Methode

Definition

Bestimmt, ob ein angegebenes Unicode-Zeichen als Anfang eines Graphems betrachtet werden kann.

public:
 static bool IsGraphemeBase(unsigned int codepoint);
 static bool IsGraphemeBase(uint32_t const& codepoint);
public static bool IsGraphemeBase(uint codepoint);
function isGraphemeBase(codepoint)
Public Shared Function IsGraphemeBase (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 der Anfang eines Graphems ist; andernfalls FALSE.

Gilt für:

Weitere Informationen