## stringifyTypedValue() function [​](/content/docs/sdk/core.stringifytypedvalue#stringifytypedvalue-function "Direct link to stringifyTypedValue(/index.html) function")

Output the string representation of a value, suitable for use as part of a search query.

**Signature:**

```typescript
export declare function stringifyTypedValue(v: TypedValue): string;
```

## Parameters [​](/content/docs/sdk/core.stringifytypedvalue#parameters "Direct link to Parameters"/index.html)

| Parameter | Type | Description |
| --- | --- | --- |
| v | [TypedValue](/content/docs/sdk/core.typedvalue) | The value to format as a string |

**Returns:**

string

The stringified value

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