Skip to main content

%xsd.base64Binary

Class %xsd.base64Binary Extends %Binary [ Not ProcedureBlock, System = 2 ]

This data type represents binary data that will be encoded using base64 for XML serialization. Internally, this is stored as a string containing a binary value.

When a %xsd.base64Binary data type value is projected to a client application, such as when it is used in a Java, Visual Basic (ActiveX), ODBC, or JDBC application, the Object Server performs no translations or conversions on it. That is, the actual binary data is sent to and from the client without any Unicode (or other) translations.

Parameters

MAXLEN

Parameter MAXLEN As INTEGER;

There is no length restriction for %xsd binary types.