# `stringWithPropertyListNoEscape`

*Function*

## Declaration

```swift
func stringWithPropertyListNoEscape(_ plist: Any!, _ format: GSFormatVersion, _ error: NSErrorPointer) -> String!
```

```objc
NSString *stringWithPropertyListNoEscape(id plist, GSFormatVersion format, NSError **error);
```

```python
stringWithPropertyListNoEscape(plist: object, format: GSFormatVersion) -> tuple[str, NSError]
```

## See Also

- [`nullTerminatedASCIIDataWithString`](/Core/GlyphsCore/nullTerminatedASCIIDataWithString)
- [`nullTerminatedASCIIDataWithPropertyList`](/Core/GlyphsCore/nullTerminatedASCIIDataWithPropertyList)
- [`dataWithPropertyList`](/Core/GlyphsCore/dataWithPropertyList)
- [`stringWithPropertyList`](/Core/GlyphsCore/stringWithPropertyList)
- [`writePropertyListToFile`](/Core/GlyphsCore/writePropertyListToFile)
- [`writePropertyListToFileNoEscape`](/Core/GlyphsCore/writePropertyListToFileNoEscape)
- [`GSEncodeArray`](/Core/GlyphsCore/GSEncodeArray)
- [`GSEncodeString`](/Core/GlyphsCore/GSEncodeString)
- [`GSEncodePoint`](/Core/GlyphsCore/GSEncodePoint)
- [`GSEncodeFloat`](/Core/GlyphsCore/GSEncodeFloat)
- [`GSEncodeColor`](/Core/GlyphsCore/GSEncodeColor)
- [`GSFlattenDictionary`](/Core/GlyphsCore/GSFlattenDictionary)
- [`GSFlattenArray`](/Core/GlyphsCore/GSFlattenArray)

