Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Replace ( _ template As String, _ placeholder As String, _ replacement As String _ ) As String |
C# |
---|
public static string Replace( string template, string placeholder, string replacement ) |
Visual C++ |
---|
public: static String^ Replace( String^ template, String^ placeholder, String^ replacement ) |
JavaScript |
---|
NHibernate.Util.StringHelper.replace = function(template, placeholder, replacement); |
Parameters
- template
- Type: System..::.String
- placeholder
- Type: System..::.String
- replacement
- Type: System..::.String