Click or drag to resize

StringUtilsDup Method (Char, Int32)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create a String of the specified length containing the specified character.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static string Dup(
	char ch,
	int length
)

Parameters

ch
Type: SystemChar
The character to fill the String with.
length
Type: SystemInt32
The length of the String.

Return Value

Type: String
A String containing the character ch repeated length times.
See Also