RequestAppend Method (String, Char) |
Appends the specified value to the named array element of this request.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax void Append(
string name,
char elementValue
)
Sub Append (
name As String,
elementValue As Char
)
void Append(
String^ name,
wchar_t elementValue
)
abstract Append :
name : string *
elementValue : char -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemChar
Remarks See Also