Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Breaks the specified string into a multi-line string.

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

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