Home
Products & Services
Developers
XML
XML-RPC
Contents Table
On-Line Help
Release Notes
Install Notes
Binaries
Sources
RSS
About

AddBase64 Method

See Also   Example   Applies To

Adds an XMLRPCValue object containing an XMLRPCBase64 object to the object.

Syntax

object.AddBase64 (value)

Part Description
object An object expression that evaluates to an XMLRPCParams object.
value Required. XMLRPCBase64 object to be appended to the XMLRPCParams object.

Remarks

An example of the code fragment needed is below:

Dim X as New XMLRPCRequest ' The Request to be added to
Dim Y as New XMLRPCBase64 ' The Base64 to be added to the Request Params

Y.Unencoded = "Mary had a little lamb."
X.Params.AddBase64 Y
Terms of Use, Cookie and Privacy Policies All Materials on this Website are Copyright EnAppSys Ltd. ©2002 - 2008