Skip to content

Binary Value Type

Overview

The Binary value type is used to store large binary data including images and files. A Binary value is persisted in Base64 encoding format.

For more information refer to the Base64 Encoding topic in MSDN.

Definition

A Binary value type is defined in the following manner:

text
[base64]
ItemBehaviourDescription
base64OptionalThe Base64 encoding of the binary data. If this is empty then the value is Null.

Predefined values

The following is a list of predefined Binary values:

Default valueNull

For more information refer to the Convert.ToBase64String Method topic in MSDN.