prefix

Appends the specified prefix to this CharSequence and returns the resulting string.

Receiver

The original CharSequence.

Return

The string with the prefix added.

Parameters

prefix

The prefix to be added.