---
title: transformedValueClass()
framework: foundation
role: symbol
role_heading: Type Method
path: foundation/valuetransformer/transformedvalueclass()
---

# transformedValueClass()

Returns the class of the value returned by the receiver for a forward transformation.

## Declaration

```swift
class func transformedValueClass() -> AnyClass
```

## Return Value

Return Value The class of the value returned by the receiver for a forward transformation.

## Discussion

Discussion A subclass should override this method to return the appropriate class.

## See Also

### Getting Information About a Transformer

- [allowsReverseTransformation()](foundation/valuetransformer/allowsreversetransformation().md)
