[]
Expands the template. The template will be processed and all missed tags added.
public void DebugExpandTemplate(bool simpleModeEnabled = true, CultureInfo culture = null)
Public Sub DebugExpandTemplate(Optional simpleModeEnabled As Boolean = True, Optional culture As CultureInfo = Nothing)
| Type | Name | Description |
|---|---|---|
| bool | simpleModeEnabled | Allows parsing templates without a data source tag. |
| CultureInfo | culture | Culture used to format data values. |