StringFormatter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |