Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Multiply ( _ strings As String(), _ placeholder As String, _ replacements As String() _ ) As String() |
C# |
---|
public static string[] Multiply( string[] strings, string placeholder, string[] replacements ) |
Visual C++ |
---|
public: static array<String^>^ Multiply( array<String^>^ strings, String^ placeholder, array<String^>^ replacements ) |
JavaScript |
---|
NHibernate.Util.StringHelper.multiply = function(strings, placeholder, replacements); |
Parameters
- strings
- Type: array<
System..::.String
>[]()[]
- placeholder
- Type: System..::.String
- replacements
- Type: array<
System..::.String
>[]()[]