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(string format)
Parameters
| Name | Type | Description |
|---|---|---|
| format | string | The format to use. |
Return Value
| Type | Description |
|---|---|
| CopyMeta | The current module instance. |
