---
title: stringRepresentation
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/civector/stringrepresentation
---

# stringRepresentation

Returns a formatted string with all the values of a CIVector.

## Declaration

```swift
var stringRepresentation: String { get }
```

## Discussion

Discussion Some example string representations of vectors:  |   |   |  To create a CIVector object from a string representation, use the vectorWithString: method.

## See Also

### Getting Values From a Vector

- [value(at:)](coreimage/civector/value(at:).md)
- [count](coreimage/civector/count.md)
- [x](coreimage/civector/x.md)
- [y](coreimage/civector/y.md)
- [z](coreimage/civector/z.md)
- [w](coreimage/civector/w.md)
- [cgAffineTransformValue](coreimage/civector/cgaffinetransformvalue.md)
- [cgPointValue](coreimage/civector/cgpointvalue.md)
- [cgRectValue](coreimage/civector/cgrectvalue.md)
