ElementAppendValue Method (Char) |
Appends the specified value to this array element.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax public abstract void AppendValue(
char value
)
Public MustOverride Sub AppendValue (
value As Char
)
public:
virtual void AppendValue(
wchar_t value
) abstract
abstract AppendValue :
value : char -> unit
Parameters
- value
- Type: SystemChar
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