共用方式為


UnicodeCharacters.IsLowercase(UInt32) 方法

定義

判斷指定的 Unicode 字元是否可視為小寫字元。

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

參數

codepoint
UInt32

unsigned int

uint32_t

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

傳回

Boolean

bool

如果代碼點是小寫字元,則為TRUE;否則為 FALSE

適用於

另請參閱