Namespace:  NHibernate.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Repeat ( _
	str As String, _
	times As Integer _
) As String
C#
public static string Repeat(
	string str,
	int times
)
Visual C++
public:
static String^ Repeat(
	String^ str, 
	int times
)
JavaScript
NHibernate.Util.StringHelper.repeat = function(str, times);

Parameters

str
Type: System..::.String
times
Type: System..::.Int32

Return Value

See Also