---
title: "decode(_:)"
framework: swift
role: symbol
role_heading: Type Method
path: "swift/unicode/ascii/decode(_:)"
---

# decode(_:)

Converts from encoded to encoding-independent representation

## Declaration

```swift
static func decode(_ source: Unicode.ASCII.EncodedScalar) -> Unicode.Scalar
```
