Show / Hide Table of Contents

Interface IStringLiteralToken

Inherited Members
IToken.Name
IToken.Match(String, Int32, Int32)
IToken.EvalText(String)
IToken.EvalValue(Func<String, Object>)
IToken.Clone()
Namespace: Albatross.Expression.Tokens
Assembly: Albatross.Expression.dll
Syntax
public interface IStringLiteralToken : IToken

Properties

Boundary

Declaration
char Boundary { get; }
Property Value
Type Description
System.Char

Extension Methods

Extensions.ConvertToBoolean(Object)
Extensions.IsVariable(IToken)
Back to top Generated by DocFX