StrLitToken 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 a string literal.
public class StrLitToken : Microsoft.PowerFx.Syntax.Token, Microsoft.PowerFx.Syntax.ITextFirstFlag
type StrLitToken = class
inherit Token
interface ITextFirstFlag
Public Class StrLitToken
Inherits Token
Implements ITextFirstFlag
- Inheritance
- Implements
Properties
| IsTextFirst | |
| Kind |
Kind of the token. (Inherited from Token) |
| Span |
Span of the token in the formula. (Inherited from Token) |
| Value |
Value of the string literal. |
Methods
| Equals(Object) | (Inherited from Token) |
| Equals(Token) |
Determines whether the specified Token is equal to the current one. |
| EscapeString(String) |
Escapes a string value. |
| GetHashCode() | (Inherited from Token) |
| ToString() | Returns a string that represents the current object. |