Interface IParserT<T>
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for parsing typed values.
public interface IParserT<T>
Type Parameters
TThe type of value to parse.
- Extension Methods
Methods
Parse(T)
Parses the specified typed value.
void Parse(T value)
Parameters
valueTThe value to parse.