Show / Hide Table of Contents

Interface ISourceCodeTokenizer

Namespace: OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly: EPPlus.dll
Syntax
public interface ISourceCodeTokenizer

Methods

Tokenize(String, String)

Declaration
IEnumerable<Token> Tokenize(string input, string worksheet)
Parameters
Type Name Description
System.String input
System.String worksheet
Returns
Type Description
System.Collections.Generic.IEnumerable<Token>
Back to top Generated by DocFX