---
title: objCType
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsdecimalnumber/objctype
---

# objCType

A C string containing the Objective-C type for the data contained in the decimal number object.

## Declaration

```swift
var objCType: UnsafePointer<CChar> { get }
```

## Discussion

Discussion For a decimal number object, this property always contains “d” (for double).

## See Also

### Accessing the Value

- [decimalValue](foundation/nsdecimalnumber/decimalvalue.md)
- [doubleValue](foundation/nsdecimalnumber/doublevalue.md)
- [description(withLocale:)](foundation/nsdecimalnumber/description(withlocale:).md)
