Click or drag to resize

StringUtilsBreakLines Method (String, Int32, String)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Breaks the specified string into a multi-line string.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static string BreakLines(
	string text,
	int width,
	string indent
)

Parameters

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

Return Value

Type: String
The string, broken and indented.
See Also