Click or drag to resize

StringUtilsDup Method (Char, Int32)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Create a String of the specified length containing the specified character.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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