ParserHelpers.IsLetter(Char) 方法

定义

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

参数

value
Char

返回

适用于