共用方式為


UnicodeCharacters.IsSupplementary(UInt32) 方法

定義

判斷指定的 Unicode 字元是否為增補字元。

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

參數

codepoint
UInt32

unsigned int

uint32_t

Unicode 字元。 這必須位於適當的範圍:0 < = codepoint< = 0x10FFFF。

傳回

Boolean

bool

如果字碼點是增補字元,則為TRUE;否則為FALSE

備註

這個方法會判斷 字碼點 是否為增補字元, (大於0xFFFF) 。

適用於

另請參閱