Summary
            Performs conversion from source to destination type
            
		- Assembly
- Rocket.Surgery .Extensions .AutoMapper .dll 
- Namespace
- Rocket.Surgery .Extensions .AutoMapper .Converters 
- Containing Type
- PeriodConverter
Syntax
public string Convert(Period source, string destination, ResolutionContext context)Parameters
| Name | Type | Description | 
|---|---|---|
| source | Period | Source object | 
| destination | string | Destination object | 
| context | ResolutionContext | Resolution context | 
Return Value
| Type | Description | 
|---|---|
| string | Destination object | 
