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.