Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: ConsoleColoredString Format(ConsoleColoredString, params object[])

Declaration

public static ConsoleColoredString Format(
    ConsoleColoredString format,
    params object[] args
)

Summary

Replaces each format item in a specified string with the string representation of a corresponding object in a specified array.

Parameters

ConsoleColoredStringformat A composite format string.
object[]args An object array that contains zero or more objects to format.

Returns

A copy of format in which the format items have been replaced by the string representation of the corresponding objects in args.