Interface IParser
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for parsing text data.
public interface IParser
- Extension Methods
Methods
Parse(string)
Parses the specified text.
void Parse(string text)
Parameters
textstringThe text to parse.