Interface IFormattingService
Provides a service similar to Format(String, Object[]), but uses the same formatter as the one used by PostSharp for error messages. This formatter does a better job at formatting objects like Type or MethodInfo.
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public interface IFormattingService : IService
Methods
Name | Description |
---|---|
Format(IFormatProvider, String, Object[]) | Formats a string and specifies the IFormatProvider. |
Format(String, Object[]) | Formats a string with the default IFormatProvider. |