Click or drag to resize
IMessageFormatterAppendValue Method (Char)
Appends the specified value to the element on which this IMessageFormatter is operating.

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax
void AppendValue(
	char value
)

Parameters

value
Type: SystemChar
Exceptions
ExceptionCondition
NotSupportedException Thrown when the message is flat or the current element to which value is appended is not an array.
See Also