IFormattingService.Format Method (IFormatProvider, String, Object[]) |
Formats a string and specifies the IFormatProvider.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
string Format( IFormatProvider provider, string format, params Object[] arguments )
Parameters
- provider
- Type: System.IFormatProvider
An IFormatProvider. - 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.