Header menu logo B2R2

OutString Type

Represents an output string generated from rear-end applications.

Union cases

Union case Description

OutputColored ColoredString

Full Usage: OutputColored ColoredString

Parameters:

Colored string.

Item : ColoredString

OutputNewLine

Full Usage: OutputNewLine

A new line.

OutputNormal string

Full Usage: OutputNormal string

Parameters:
    Item : string

Normal string without color.

Item : string

Instance members

Instance member Description

this.IsOutputColored

Full Usage: this.IsOutputColored

Returns: bool
Returns: bool

this.IsOutputNewLine

Full Usage: this.IsOutputNewLine

Returns: bool
Returns: bool

this.IsOutputNormal

Full Usage: this.IsOutputNormal

Returns: bool
Returns: bool

this.PadLeft

Full Usage: this.PadLeft

Parameters:
    width : int

Returns: OutString

Pads the output string to the left with spaces up to the specified width.

width : int
Returns: OutString

this.PadRight

Full Usage: this.PadRight

Parameters:
    width : int

Returns: OutString

Pads the output string to the right with spaces up to the specified width.

width : int
Returns: OutString

this.Render

Full Usage: this.Render

Parameters:
    fn : Color -> string -> unit

Renders the output string using the provided function.

fn : Color -> string -> unit

Type something to start searching.