Developer Function: Server Script: utilities.ConvertToBase64String
Overview¶
Convert the string passed as an argument to the "Server Script" into a Base64 format string.
Supported Versions¶
- Pleasanter 1.3.9.0 or later
Syntax¶
Parameter¶
| Parameter | Type | Required | Overview |
|---|---|---|---|
| str | string | Yes | String to convert |
| encoding | string | No | Specify the string encoding%20(%27utf-8%27%20is%20specified%20if%20omitted) ('utf-8' is specified if omitted.) |
Return Value¶
Base64 format text string
Usage Example¶
The following example converts the string "Pleasanter" to a Base64 format string and outputs it to the log.
JavaScript¶
Notes¶
This is a method used in "Server Script". It cannot be used in "Script".