wodMailbox ActiveX Control - Base64Text Method
      
 

Description

Encodes text using Base64 encoding.


Return Type

A String value. Returns Base64 encoded text.


Syntax

object.Base64Text InText



The Base64Text Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Encoder.
InText Required. A String value. Holds text to be encoded.

Remarks

Base64Text method will encode text specified in InText parameter and return it as string variable. Base64Text encoding will be used.

Resulting data is text-only file that can be safely transported over internet.