Interface ISourceCodeTokenizer
Namespace: OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly: EPPlus.dll
Syntax
public interface ISourceCodeTokenizerMethods
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> |