Preparing search index...
The search index is not available
predictionguard
predictionguard
Base64Encoder
Interface Base64Encoder
Base64Encoder defines a method that can read a data source and returns a base64 encoded string.
interface
Base64Encoder
{
EncodeBase64
(
)
:
Promise
<
[
string
,
null
|
Error
]
>
;
}
Index
Methods
Encode
Base64
Methods
Encode
Base64
Encode
Base64
(
)
:
Promise
<
[
string
,
null
|
Error
]
>
Returns
Promise
<
[
string
,
null
|
Error
]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Encode
Base64
predictionguard
Loading...
Base64Encoder defines a method that can read a data source and returns a base64 encoded string.