Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<object> FmtEnumerable(IFormatProvider, params object[])

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.