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); |