Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<object> FmtEnumerable(this string, IFormatProvider, params object[])

Declaration

public static IEnumerable<object> FmtEnumerable(
    this string formatString,
    IFormatProvider provider,
    params object[] args
)

Summary

Formats the specified objects into the format string. The result is an enumerable collection which enumerates parts of the format string interspersed with the arguments as appropriate.