Class SingleQuoteStringLiteralToken
will take any string literal enclosed by double quotes. use back slash to escape.
Check the GetStringEscape function for escapable chars
Inheritance
System.Object
SingleQuoteStringLiteralToken
Assembly: Albatross.Expression.dll
Syntax
public class SingleQuoteStringLiteralToken : StringLiteralToken, IOperandToken, IStringLiteralToken, IToken
Properties
Boundary
Declaration
public override char Boundary { get; }
Property Value
Type |
Description |
System.Char |
|
Overrides
Methods
Clone()
Declaration
public override IToken Clone()
Returns
Overrides
Implements
Extension Methods