---
title: "decode(_:from:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/txtrecorddecoder/decode(_:from:)"
---

# decode(_:from:)

## Declaration

```swift
func decode<T>(_ type: T.Type, from txtRecord: NWTXTRecord) throws -> T where T : Decodable
```
