IFormattingService Interface |
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 (in PostSharp.dll) Version: 6.4.3.0 (6.4.3.0)

C#
public interface IFormattingService : IService

Name | Description | |
---|---|---|
![]() | Format(String, Object[]) | Obsolete.
Formats a string with the default IFormatProvider.
|
![]() | Format(IFormatProvider, String, Object[]) |
Formats a string and specifies the IFormatProvider.
|
