<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/ObjectiveCConvertibleAttributedStringKey/value(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation40ObjectiveCConvertibleAttributedStringKeyP5value3for5ValueQz0B6CValueQz_tKFZ"
  },
  "title" : "value(for:)"
}
-->

# value(for:)

Returns a value of this key’s type for a given Objective-C value.

```
static func value(for object: Self.ObjectiveCValue) throws -> Self.Value
```

## Parameters

`object`

The Objective-C value to convert.

## Return Value

`object`, expressed as this key’s type.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)