StringUtilsTemplateReplace Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string TemplateReplace(
string s,
IAppContext cxt,
NameValueCollection nameValues,
TemplateReplaceFlags replaceFlags
)
Public Shared Function TemplateReplace (
s As String,
cxt As IAppContext,
nameValues As NameValueCollection,
replaceFlags As TemplateReplaceFlags
) As String
Parameters
- s
- Type: SystemString
The string against which to apply the replacements. - cxt
- Type: NetQuarryIAppContext
The application context (used to resolve embedded functions). - nameValues
- Type: System.Collections.SpecializedNameValueCollection
The set of name/value pairs for which to perform replacement. - replaceFlags
- Type: NetQuarryTemplateReplaceFlags
Options desribing how the replacement should be performed.
Return Value
Type:
StringThe original string with replacements performed.
See Also