Summary
Converts the specified source.
- Assembly
- Rocket
.Surgery .Extensions .AutoMapper .dll - Namespace
- Rocket
.Surgery .Extensions .AutoMapper .Converters - Containing Type
- PeriodConverter
Syntax
public Period Convert(string source, Period destination, ResolutionContext context)
Parameters
Name | Type | Description |
---|---|---|
source | string | The source. |
destination | Period | The destination. |
context | ResolutionContext | The context. |
Return Value
Type | Description |
---|---|
Period | Period. |