---
title: falseEncodings
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/csvreadingoptions/falseencodings
---

# falseEncodings

The set of strings that stores acceptable spellings for false Boolean values.

## Declaration

```swift
var falseEncodings: Set<String>
```

## Discussion

Discussion Defaults to ["0", "False", "FALSE", "false"].
