# `writeKeyValueStringSimple`

*Function*

## Declaration

```swift
func writeKeyValueStringSimple(_ file: UnsafeMutablePointer<FILE>, _ key: UnsafePointer<CChar>, _ Value: String) -> Bool
```

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

```python
writeKeyValueStringSimple(file: FILE, key: str, value: str) -> 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)
- [`writeKeyValueStringEscape`](/Core/GlyphsCore/writeKeyValueStringEscape)

