Summary
    Specifies the format to use when copying the value.
    
		- Assembly
- Wyam.Core .dll 
- Namespace
- Wyam.Core .Modules .Metadata 
- Containing Type
- CopyMeta
Syntax
public CopyMeta WithFormat(Func<string, string> execute)Parameters
| Name | Type | Description | 
|---|---|---|
| execute | Func | A function to get the format to use. | 
Return Value
| Type | Description | 
|---|---|
| CopyMeta | The current module instance. | 
