BinaryValueItem Class Members
In This Topic
The following tables list the members exposed by
BinaryValueItem.
Public Constructors
| Name | Description |
 | BinaryValueItem | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | DataType | Gets a data type of this value item. (Inherited from ValueItemBase) |
  | TextEncoding | Gets or sets text encoding which must be used for converting data into the string. |
 | Value | Returns a value of byte data. |
Public Methods
| Name | Description |
 | ToString | Converts the value item of this instance to its equivalent string. |
See Also