<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@easyops-cn/brick-next-pipes](./brick-next-pipes.md) &gt; [btoaUnicode](./brick-next-pipes.btoaunicode.md)

## btoaUnicode() function

支持将中文进行base64编码

 Logic

**Signature:**

```typescript
export declare function btoaUnicode(value: string): string;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  value | string | 需要进行编码的值 |

**Returns:**

string

编码后的值

