'宣言 Public Shared Function IsIdentStartChar( _ ByVal c As System.Char _ ) As System.Boolean
'使用法 Dim c As System.Char Dim value As System.Boolean value = StringParser.IsIdentStartChar(c)
public static System.bool IsIdentStartChar( System.char c )
パラメータ
- c
- Character for definition.
戻り値の型
True if the character is Unicode letter or "_"; otherwise, false.