Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create a String which is a duplicate of the specified number of the passed String.

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

Syntax

C#
public static string Dup(
	string text,
	int count
)

Parameters

text
Type: System..::..String
The String to fill the new String with.
count
Type: System..::..Int32
The number of duplicates to put into the new String.

Return Value

A String containing the String text repeated count times.

See Also