# `writeKeyValueStringEscape`

*Function*

## Declaration

```swift
func writeKeyValueStringEscape(_ file: UnsafeMutablePointer<FILE>, _ key: UnsafePointer<CChar>, _ value: String, _ escape: Bool) -> Bool
```

```objc
static BOOL writeKeyValueStringEscape(FILE *file, const char *key, NSString *value, BOOL escape);
```

```python
writeKeyValueStringEscape(file: FILE, key: str, value: str, escape: bool) -> bool
```

## See Also

### Keys and Strings

- [`writeKey`](/Core/GlyphsCore/writeKey)
- [`writeKeyString`](/Core/GlyphsCore/writeKeyString)
- [`sWriteKey`](/Core/GlyphsCore/sWriteKey)
- [`writeStringEscape`](/Core/GlyphsCore/writeStringEscape)
- [`sWriteStringEscape`](/Core/GlyphsCore/sWriteStringEscape)
- [`writeKeyValueString`](/Core/GlyphsCore/writeKeyValueString)
- [`writeKeyValueStringSimple`](/Core/GlyphsCore/writeKeyValueStringSimple)

