Write(string)

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Writes a string to the standard output.

Syntax

public void Write(
	string data
)

See also

  • WriteLine(string)

  • Back to index