Declaration
public IEnumerable<object> FmtEnumerable(
IFormatProvider provider,
params object[] args
)
Summary
Formats the specified objects into this format string. The result is an enumerable collection which enumerates
parts of the format string interspersed with the arguments as appropriate.