ParserBaseParseWithReplaceOne Method

Alterian Email Manager 6.2.3 SDK Help File
Parses content based on the pattern and replaces only first match with string provided

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public virtual string ParseWithReplaceOne(
	string content,
	string replaceWith,
	string pattern
)

Parameters

content
Type: SystemString
content to parse and replace
replaceWith
Type: SystemString
replacement text
pattern
Type: SystemString
parse pattern

Return Value

Type: String
content after replacement
See Also