# `writeStringEscape`

*Function*

## Declaration

```swift
func writeStringEscape(_ file: UnsafeMutablePointer<FILE>, _ value: String, _ escape: Bool) -> Bool
```

```objc
BOOL writeStringEscape(FILE *file, NSString *value, BOOL escape);
```

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

## See Also

### Keys and Strings

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

