[]
Initializes the template engine for batch processing in single-step mode and returns a BatchStepProcessor that can be used to control the processing of an individual record.
public BatchStepProcessor InitBatchStepProcessor(CultureInfo cultureInfo = null)
Public Function InitBatchStepProcessor(Optional cultureInfo As CultureInfo = Nothing) As BatchStepProcessor
| Type | Name | Description |
|---|---|---|
| CultureInfo | cultureInfo | The culture used to format data values. Defaults to null, in which case the current culture is used. |
| Type | Description |
|---|---|
| BatchStepProcessor | A BatchStepProcessor instance for processing a single batch record. |