OutString Type
Represents an output string generated from rear-end applications.
Union cases
| Union case |
Description
|
|
Colored string.
|
Full Usage:
OutputNewLine
|
A new line. |
Full Usage:
OutputNormal string
Parameters:
string
|
Normal string without color.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsOutputColored
Returns: bool
|
|
Full Usage:
this.IsOutputNewLine
Returns: bool
|
|
Full Usage:
this.IsOutputNormal
Returns: bool
|
|
|
Pads the output string to the left with spaces up to the specified width.
|
|
Pads the output string to the right with spaces up to the specified width.
|
|
Renders the output string by applying the given function to each color-string pair.
|
B2R2