SyntaxFacts.IsIdentifierPartCharacter(Char) Method

Definition

Determines if the Unicode character can be a part of a Visual Basic identifier.

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

Parameters

c
Char

The Unicode character.

Returns

A boolean value set to True if character can be part of a valid identifier.

Applies to