IConfigurableParser<TResult, TOptions> Interface
Definition
- Assemblies
- Cuemon.Kernel.dll
Defines methods that converts a string to a generic object of TResult.
public interface IConfigurableParser<TResult, out TOptions> where TOptions : class, new()
Type Parameters
TResultThe type of the converted result.
TOptionsThe type of the delegate setup.
Methods
| Name | Description |
|---|---|
| Parse(string, Action<TOptions>) | Converts the |
| TryParse(string, out TResult, Action<TOptions>) | Converts the |