Color(character, foreground) Color(foreground, background) Color(character, foreground, background) Format(format, provider, args) IndexOf(value, startIndex, comparisonType) IndexOf(value, startIndex, count, comparisonType) Replace(oldValue, newValue, comparison) Split(separator, count, options)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: IEnumerable<object> FmtEnumerable(IFormatProvider, params object[])Declarationpublic 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. |