## ClientStorage.getString() method

**Signature:**

```typescript
getString(key: string): string | undefined;
```

## Parameters

| Parameter | Type   | Description |
| --------- | ------ | ----------- |
| key       | string |             |

**Returns:**

string | undefined

- [ClientStorage.getString() method](/content/docs/sdk/core.clientstorage.getstring#clientstoragegetstring-method/index.html)
- [Parameters](/content/docs/sdk/core.clientstorage.getstring#parameters/index.html)
