Interface ITokenSeparatorProvider
Assembly: EPPlus.dll
public interface ITokenSeparatorProvider
Properties
Declaration
IDictionary<string, Token> Tokens { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, Token> |
|
Methods
Declaration
Token? GetToken(string candidate)
Parameters
Type |
Name |
Description |
System.String |
candidate |
|
Returns
Type |
Description |
System.Nullable<Token> |
|
Declaration
bool IsOperator(string item)
Parameters
Type |
Name |
Description |
System.String |
item |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
bool IsPossibleLastPartOfMultipleCharOperator(string part)
Parameters
Type |
Name |
Description |
System.String |
part |
|
Returns
Type |
Description |
System.Boolean |
|