Freigeben über


StrLitToken Class

Definition

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
StrLitToken
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.

Applies to