Table of Contents

Method IsValidIdentifier

Namespace
Alternet.FormDesigner.TypeScript
Assembly
Alternet.FormDesigner.TypeScript.v9.dll

IsValidIdentifier(string)

Gets a value indicating whether the specified value is a valid identifier.

protected override bool IsValidIdentifier(string value)

Parameters

value string

The value to test for conflicts with valid identifiers.

Returns

bool

true if the value is a valid identifier; otherwise, false.