Click or drag to resize
IStringTokenizer Interface
Interface to string tokenizer

Namespace: FlexRule.DSL.Tokenizer
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IStringTokenizer

The IStringTokenizer type exposes the following members.

Methods
  NameDescription
Public methodNext
Gets the next available token
Public methodTokenize
Tokenize all the input and returns the token array
Top
See Also