Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Breaks the specified string into a multi-line string.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static string BreakLines(
	string text,
	int width,
	string indent
)

Parameters

text
Type: System..::..String
The string to break.
width
Type: System..::..Int32
The max width of resulting lines (including the indent).
indent
Type: System..::..String
A string used to indent each line.

Return Value

The string, broken and indented.

See Also