Converts Text to Base64
This activity converts text in to Base64 string using specified encoding.

SharePoint Workflow Designer Phrase
Converts this text to Base64 using Default encoding and store result in variable.
Parameters
| Parameter | Description |
|---|---|
| this text | Original text |
| Default | Encoding:; - Default - current ANSI code page; - ASCII - ASCII (7-bit) character set; - Big Endian Unicode - UTF-16 format that uses the big endian byte order; - Unicode - UTF-16 format using the little endian byte order; - UTF32 - UTF-32 format using the little endian byte order; - UTF7 - UTF-7 format; -UTF8 - UTF-8 format |