Click or drag to resize
IMessageFormatterFormatMessageXml Method
Formats the message from its XML representation. The behavior is undefined if further formatting is done using this IMessageFormatter.

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax
void FormatMessageXml(
	string message
)

Parameters

message
Type: SystemString
Exceptions
ExceptionCondition
Exception Thrown when the method fails to format the message.
See Also