IdentToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Token for an identifier/name.
public class IdentToken : Microsoft.PowerFx.Syntax.Token
type IdentToken = class
inherit Token
Public Class IdentToken
Inherits Token
- Inheritance
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. |