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