StringFormatter Class

Definition

Represents a string formatter for the message.

public ref class StringFormatter : ICloneable, System::Messaging::IMessageFormatter
public class StringFormatter : ICloneable, System.Messaging.IMessageFormatter
type StringFormatter = class
    interface IMessageFormatter
    interface ICloneable
Public Class StringFormatter
Implements ICloneable, IMessageFormatter
Inheritance
StringFormatter
Implements

Constructors

StringFormatter()

Initializes a new instance of the StringFormatter class.

Methods

CanRead(Message)

Indicates whether the message queue can be read.

Clone()

Creates a new object that is a copy of the current instance.

Read(Message)

Reads the message.

Write(Message, Object)

Opens a memory stream and writes the message object.

Applies to