Constant(object) Method
The constant value that will be used for every record when reading and writing. This value will always be used no matter what other mapping configurations are specified.
Namespace
CsvHelper.Configuration
Containing Type
ParameterMap

Syntax

public virtual ParameterMap Constant(object constantValue)

Parameters

Name Type Description
constantValue object The constant value.

Return Value

Type Description
ParameterMap