IFormattingService.Format Method (String, Object[]) |
Note: This API is now obsolete.
Formats a string with the default IFormatProvider.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[ObsoleteAttribute("Pass the IFormatProvider. This helps the analyzers.")] string Format( string format, params Object[] arguments )
Parameters
- format
- Type: System.String
The formatting string. - arguments
- Type: System.Object[]
Arguments.
Return Value
Type: StringThe formatted string where parameters in format are replaced by formatted arguments.