# `GSIntToString`

*Function*

## Declaration

```swift
func GSIntToString(_ aInt: Int32) -> String
```

```objc
NSString *GSIntToString(int aInt);
```

```python
GSIntToString(aInt: int) -> str
```

## See Also

### Integers, Tags, and Dates

- [`GSIntToBuffer`](/Core/GlyphsCore/GSIntToBuffer)
- [`GSFourCharCodeFromTagString`](/Core/GlyphsCore/GSFourCharCodeFromTagString) — Panics if the tag string is not four `unichar` characters long.
- [`GSTagStringFromFourCharCode`](/Core/GlyphsCore/GSTagStringFromFourCharCode)
- [`stringFromDate`](/Core/GlyphsCore/stringFromDate)

