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: ConsoleColoredString PadLeft(int, ConsoleColoredChar)Declarationpublic ConsoleColoredString PadLeft(
int totalWidth,
ConsoleColoredChar paddingChar
) Summary
Returns a new string that right-aligns the characters in this instance by padding them on the left with a
specified colored character, for a specified total length. Parametersint | totalWidth |
The number of characters in the resulting string, equal to the number of original characters plus any
additional padding characters. | ConsoleColoredChar | paddingChar |
A colored padding character. |
|