<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/AttributeScopes/FoundationAttributes/LocalizedStringArgumentAttributes-swift.struct/LocalizedNumericArgumentAttribute/Value",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation15AttributeScopesO0A10AttributesV023LocalizedStringArgumentD0V0e7NumericgB0O5ValueO"
  },
  "title" : "AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes.LocalizedNumericArgumentAttribute.Value"
}
-->

# AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes.LocalizedNumericArgumentAttribute.Value

The value type represented by this attribute.

```
enum Value
```

## Overview

Each case of this enumeration provides the value type and the value itself, as an associated value.

## Topics

### Value cases

[`case uint(UInt64)`](/documentation/Foundation/AttributeScopes/FoundationAttributes/LocalizedStringArgumentAttributes-swift.struct/LocalizedNumericArgumentAttribute/Value/uint(_:))

An unsigned integer value.

[`case int(Int64)`](/documentation/Foundation/AttributeScopes/FoundationAttributes/LocalizedStringArgumentAttributes-swift.struct/LocalizedNumericArgumentAttribute/Value/int(_:))

A signed integer value.

[`case double(Double)`](/documentation/Foundation/AttributeScopes/FoundationAttributes/LocalizedStringArgumentAttributes-swift.struct/LocalizedNumericArgumentAttribute/Value/double(_:))

A double-precision floating point value.

[`case decimal(Decimal)`](/documentation/Foundation/AttributeScopes/FoundationAttributes/LocalizedStringArgumentAttributes-swift.struct/LocalizedNumericArgumentAttribute/Value/decimal(_:))

A decimal value.

## Relationships

### Conforms To

[`Decodable`](/documentation/Swift/Decodable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Encodable`](/documentation/Swift/Encodable)

---

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)