ReplacementFormatter Class

This class provides an engine to process a string that contains replacement tokens of the form "{token}" and replace them with calculated value later.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class ReplacementFormatter
'Declaration
Public Class ReplacementFormatter
public ref class ReplacementFormatter

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.ReplacementFormatter
    Microsoft.Practices.EnterpriseLibrary.Common.MethodInvocationFormatter
    Microsoft.Practices.EnterpriseLibrary.Logging.PolicyInjection.CategoryFormatter

See Also

ReplacementFormatter Members

Microsoft.Practices.EnterpriseLibrary.Common Namespace