## typedValueToString() function

Converts a typed value to a string.

**Signature:**

```typescript
export declare function typedValueToString(typedValue: TypedValue | undefined): string;
```

## Parameters

| Parameter   | Type                                                  | Description                                         |
|-------------|-------------------------------------------------------|-----------------------------------------------------|
| typedValue  | [TypedValue](/content/docs/sdk/core.typedvalue) \| undefined | The typed value to convert to a string.            |

**Returns:**

string

The string representation of the typed value.

- [typedValueToString() function](/content/docs/sdk/core.typedvaluetostring#typedvaluetostring-function/index.html)
- [Parameters](/content/docs/sdk/core.typedvaluetostring#parameters/index.html)
