The string values used to represent a boolean when converting.
- Namespace
- CsvHelper
.Configuration - Containing Type
- Member
Map Type Converter Option
Syntax
public virtual MemberMap BooleanValues(bool isTrue, bool clearValues = true, params string[] booleanValues)
Parameters
| Name | Type | Description |
|---|---|---|
| isTrue | bool | A value indicating whether true values or false values are being set. |
| clearValues | bool | A value indication if the current values should be cleared before adding the new ones. |
| booleanValues | string[] | The string boolean values. |
Return Value
| Type | Description |
|---|---|
| MemberMap |