Appends the specified 'value' to the element which represents an
array of 'bool'.
| C# | Visual Basic | Visual C++ |
public void AppendValue( bool value )
Public Sub AppendValue ( value As Boolean )
public: void AppendValue( bool value )
- value (Boolean)
- the value to be added
| Exception | Condition |
|---|---|
| InvalidOperationException |
The operating stack is empty.
|
| InvalidConversionException |
Cannot convert the current element in the stack to the specified
value type.
|
| NotSupportedException |
The current element in the stack.is not an array.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1