---
title: int32Value
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsappleeventdescriptor/int32value
---

# int32Value

The contents of the receiver as an integer, coercing (to typeSInt32) if necessary.

## Declaration

```swift
var int32Value: Int32 { get }
```

## Discussion

Discussion The contents of the descriptor, as an integer value, or 0 if an error occurs.

## See Also

### Getting Information About a Descriptor

- [aeDesc](foundation/nsappleeventdescriptor/aedesc.md)
- [booleanValue](foundation/nsappleeventdescriptor/booleanvalue.md)
- [coerce(toDescriptorType:)](foundation/nsappleeventdescriptor/coerce(todescriptortype:).md)
- [data](foundation/nsappleeventdescriptor/data.md)
- [descriptorType](foundation/nsappleeventdescriptor/descriptortype.md)
- [enumCodeValue](foundation/nsappleeventdescriptor/enumcodevalue.md)
- [numberOfItems](foundation/nsappleeventdescriptor/numberofitems.md)
- [stringValue](foundation/nsappleeventdescriptor/stringvalue.md)
- [typeCodeValue](foundation/nsappleeventdescriptor/typecodevalue.md)
