Share via


StringFormatter Class

This API supports the infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.StringFormatter

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Syntax

'Declaration
Public Class StringFormatter _
    Implements IMessageFormatter, ICloneable
'Usage
Dim instance As StringFormatter
public class StringFormatter : IMessageFormatter, 
    ICloneable
public ref class StringFormatter : IMessageFormatter, 
    ICloneable
type StringFormatter =  
    class
        interface IMessageFormatter
        interface ICloneable
    end
public class StringFormatter implements IMessageFormatter, ICloneable

The StringFormatter type exposes the following members.

Constructors

  Name Description
Public method StringFormatter Infrastructure.

Top

Methods

  Name Description
Public method CanRead Infrastructure.
Public method Clone Infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Read Infrastructure.
Public method ToString (Inherited from Object.)
Public method Write Infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.