Language.IsValidIdentifier Method

Namespace
Kampute.DocToolkit.Languages
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the specified identifier is valid.
public static bool IsValidIdentifier(string identifier)

Parameters

identifier string
The identifier to check.

Returns

bool
true if the identifier is valid; otherwise, false.