Char.IsAsciiHexDigitLower(Char) 方法

定義

指出字元是否分類為 ASCII 小寫十六進位數位。

public:
 static bool IsAsciiHexDigitLower(char c);
public static bool IsAsciiHexDigitLower (char c);
static member IsAsciiHexDigitLower : char -> bool
Public Shared Function IsAsciiHexDigitLower (c As Char) As Boolean

參數

c
Char

要評估的字元。

傳回

true 如果 c 是小寫十六進位數位,則為 , false 否則為 。

備註

這會決定字元是否在範圍 '0' 到 '9'、內含或 'a' 到 'f',包含。

適用於