Freigeben über


IdentToken Class

Definition

Token for an identifier/name.

public class IdentToken : Microsoft.PowerFx.Syntax.Token
type IdentToken = class
    inherit Token
Public Class IdentToken
Inherits Token
Inheritance
IdentToken

Properties

HasErrors

Whether an identifier has errors.

Kind

Kind of the token.

(Inherited from Token)
Name

Identifier represented as DName.

Span

Span of the token in the formula.

(Inherited from Token)

Methods

Equals(Object) (Inherited from Token)
Equals(Token)

Determines whether the specified Token is equal to the current one.

GetHashCode() (Inherited from Token)
MakeValidIdentifier(String)

Converts a string value of an identifier to a valid identifier (e.g., "a b" -> "'a b'").

ToString()

Returns a string that represents the current object.

Applies to