> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# グローバル メソッド

> Base64 文字列をエンコードおよびデコードするためのグローバル メソッド。

Base64 文字列のエンコードとデコードに使用できる、カスタム アクティビティ スクリプト向けのグローバル JavaScript メソッド。

<div id="methods">
  ## メソッド
</div>

<div id="btoa">
  ### btoa
</div>

```javascript theme={null}
string btoa(string input);
```

文字列をBase64にエンコードします。

<div id="atob">
  ### atob
</div>

```javascript theme={null}
string atob(string base64Input);
```

Base64文字列をデコードして元の形式に戻します。

<div id="related-topics">
  ## 関連トピック
</div>

* [BinaryFile](/ja/vantage/documentation/skill-designer/process/custom-activity/binary-file)
* [HttpRequest](/ja/vantage/documentation/skill-designer/process/custom-activity/http-request)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/custom-activity/object-model)
