IParser<TResult> Interface
Definition
Defines methods that converts a string to a generic object of TResult.
public interface IParser<TResult>
Type Parameters
TResultThe type of the converted result.
Methods
| Name | Description |
|---|---|
| Parse(string) | Converts the |
| TryParse(string, out TResult) | Converts the |