LocalizedTextProvider.FormatString Method |
Formats a string. An implementation would typically invoke Format(String, Object[]).
Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public virtual string FormatString( string format, Object[] arguments )
Parameters
- format
- Type: System.String
Formatting string. Typically (but not necessarily) the string returned by GetMessage(String). - arguments
- Type: System.Object[]
Arguments.
Return Value
Type: StringThe formatted string.