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