| 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
Syntaxvoid FormatMessageXml(
string message
)
Sub FormatMessageXml (
message As String
)
void FormatMessageXml(
String^ message
)
abstract FormatMessageXml :
message : string -> unit
Parameters
- message
- Type: SystemString
Exceptions| Exception | Condition |
|---|
| Exception |
Thrown when the method fails to format the message.
|
See Also