ElementAppendValue Method (Byte) |
Appends the specified value to this array element.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax public abstract void AppendValue(
byte[] value
)
Public MustOverride Sub AppendValue (
value As Byte()
)
public:
virtual void AppendValue(
array<unsigned char>^ value
) abstract
abstract AppendValue :
value : byte[] -> unit
Parameters
- value
- Type: SystemByte
The appended value.
Exceptions Exception | Condition |
---|
NotSupportedException |
Called on a non-array or the elment is read-only.
|
InvalidConversionException |
The specified value cannot be converted to data type of the array.
|
See Also