Interface IParserO
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for parsing object values.
public interface IParserO
- Extension Methods
Methods
Parse(object)
Parses the specified object value.
void Parse(object value)
Parameters
valueobjectThe object value to parse.