See Also Examples Applies To
This function returns an encoded string using the base 64 encoding algorithm.
Syntax
object.Encode64String (sStringToEncode)
The Encode64String syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sStringToEncode | Required. String. The string to encode. |
Returns
String. the encoded string.
Category
Standalone Functions